Skip to content

Commit

Permalink
correct name of description param for auger export (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc authored Jun 3, 2020
1 parent 1fec13e commit 97bee99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/tasks/tasks_nextstrain.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ task export_auspice_json {
--auspice-config ~{auspice_config} \
~{"--lat-longs " + lat_longs_tsv} \
~{"--colors " + colors_tsv} \
~{"--description_md " + description_md} \
~{"--description " + description_md} \
--output ~{out_basename}_auspice.json)
}
runtime {
Expand Down

0 comments on commit 97bee99

Please sign in to comment.