Skip to content

Commit

Permalink
rename incorrectly labeled variable (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
sage-wright authored Jul 20, 2023
1 parent 878afcd commit 40c4482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/taxon_id/task_nextclade.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ task nextclade {
File? root_sequence
File? auspice_reference_tree_json
File? qc_config_json
File? gene_annotations_json
File? gene_annotations_gff
File? pcr_primers_csv
File? virus_properties
String docker = "nextstrain/nextclade:2.14.0"
Expand All @@ -30,7 +30,7 @@ task nextclade {
~{"--input-root-seq " + root_sequence} \
~{"--input-tree " + auspice_reference_tree_json} \
~{"--input-qc-config " + qc_config_json} \
~{"--input-gene-map " + gene_annotations_json} \
~{"--input-gene-map " + gene_annotations_gff} \
~{"--input-pcr-primers " + pcr_primers_csv} \
~{"--input-virus-properties " + virus_properties} \
--output-json "~{basename}".nextclade.json \
Expand Down

0 comments on commit 40c4482

Please sign in to comment.