Skip to content

Commit

Permalink
added variable pangolin_arguments (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright authored Apr 26, 2022
1 parent 3a573a0 commit ed0d589
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tasks/task_taxonID.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ task pangolin4 {
Float max_ambig = 0.5
String docker = "quay.io/staphb/pangolin:4.0.4-pdata-1.2.133"
String? analysis_mode
String? pangolin_arguments
}
command <<<
set -e
Expand All @@ -143,7 +144,8 @@ task pangolin4 {
~{'--min-length ' + min_length} \
~{'--max-ambig ' + max_ambig} \
--outfile "~{samplename}.pangolin_report.csv" \
--verbose
--verbose \
~{pangolin_arguments}
python3 <<CODE
import csv
Expand Down

0 comments on commit ed0d589

Please sign in to comment.