Skip to content

Commit

Permalink
remove unecessary for block
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlibuit committed Mar 5, 2021
1 parent f3a7ff2 commit 81a8dd8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions tasks/task_se_pub_repo_submission.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,6 @@ task compile {
meta=${meta_array[$index]}
vadr=${vadr_array[$index]}

echo Assembly: $assembly, vadr_num: $vadr, meta: $meta

done
for index in ${!assembly_array[@]}; do
assembly=${assembly_array[$index]}
meta=${meta_array[$index]}
vadr=${vadr_array[$index]}


# remove samples from array if vadr_num exceedes threshold
if [ "${vadr}" -gt "~{vadr_threshold}" ]; then
echo "$assembly removed: vadr_num_alerts (${vadr}) exceeds vadr_threshold (~{vadr_threshold})"
Expand Down

0 comments on commit 81a8dd8

Please sign in to comment.