Skip to content

Commit

Permalink
fix syntax errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dpark01 committed Sep 19, 2024
1 parent 4b074d8 commit a94e914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipes/WDL/workflows/scaffold_and_refine_multitaxa.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ workflow scaffold_and_refine_multitaxa {
}

### summary stats
if len(select_all(stats_by_taxon)) > 0 {
File assembly_stats_body = write_tsv(select_all(stats_by_taxon))
if (length(select_all(stats_by_taxon)) > 0) {
File assembly_stats_body = write_tsv(select_all(stat_by_taxon))
}
call utils.concatenate {
input:
Expand Down

0 comments on commit a94e914

Please sign in to comment.