From 97bee99232d073a7847dabb97afa7f015097a239 Mon Sep 17 00:00:00 2001 From: Chris Tomkins-Tinch Date: Tue, 2 Jun 2020 23:59:02 -0400 Subject: [PATCH] correct name of description param for auger export (#94) --- pipes/WDL/tasks/tasks_nextstrain.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipes/WDL/tasks/tasks_nextstrain.wdl b/pipes/WDL/tasks/tasks_nextstrain.wdl index 51334e555..52c3fe5cd 100644 --- a/pipes/WDL/tasks/tasks_nextstrain.wdl +++ b/pipes/WDL/tasks/tasks_nextstrain.wdl @@ -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 {