Skip to content

Commit

Permalink
export_taxon_tables task: added set -euo pipefail and removed bug cau…
Browse files Browse the repository at this point in the history
…sing typo
  • Loading branch information
kapsakcj committed Nov 4, 2024
1 parent 14999a0 commit 53b501b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tasks/utilities/data_export/task_broad_terra_tools.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@ task export_taxon_tables {
volatile: true
}
command <<<

set -euo pipefail

# capture taxon and corresponding table names from input taxon_tables
taxon_array=($(cut -f1 ~{taxon_tables} | tail +2))
echo "Taxon array: ${taxon_array[*]}"
Expand Down Expand Up @@ -786,7 +787,7 @@ task export_taxon_tables {
"agrvate_version": "~{agrvate_version}",
"agrvate_docker": "~{agrvate_docker}",
"srst2_vibrio_detailed_tsv": "~{srst2_vibrio_detailed_tsv}",
"srst2_vibrio_version": "~{srst2_vibrio_version}",~
"srst2_vibrio_version": "~{srst2_vibrio_version}",
"srst2_vibrio_docker": "~{srst2_vibrio_docker}",
"srst2_vibrio_database": "~{srst2_vibrio_database}",
"srst2_vibrio_ctxA": "~{srst2_vibrio_ctxA}",
Expand Down

0 comments on commit 53b501b

Please sign in to comment.