Skip to content

Commit

Permalink
Update task_utilities.wdl
Browse files Browse the repository at this point in the history
  • Loading branch information
HNHalstead committed Feb 14, 2024
1 parent 5feb334 commit eb94d80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tasks/utilities/task_utilities.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,11 @@ task scatter_by_clade {
mkdir files_dir
if [[ -v ~{sep=' ' unique_clusters} ]]
clust=~{sep=' ' unique_clusters}
if [[ -v $clust ]]
then
clust = ~{sep=' ' unique_clusters}
echo ${clust[${clust_idx}]} | tee CLUSTER
fi
Expand Down

0 comments on commit eb94d80

Please sign in to comment.