From 5685734616a83124ccab30ff35f2ad7df6c24e41 Mon Sep 17 00:00:00 2001 From: Chris Tomkins-Tinch Date: Wed, 17 May 2023 22:09:50 -0400 Subject: [PATCH] Update genbank.WDL so author_list input is optional (#473) Update genbank.WDL so author_list input is optional --- pipes/WDL/workflows/genbank.wdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipes/WDL/workflows/genbank.wdl b/pipes/WDL/workflows/genbank.wdl index b2ae25c11..19768ac56 100644 --- a/pipes/WDL/workflows/genbank.wdl +++ b/pipes/WDL/workflows/genbank.wdl @@ -22,7 +22,7 @@ workflow genbank { File? coverage_table String email_address # required for fetching data from NCBI APIs - String author_list # of the form "Lastname,A.B., Lastname,C.,"; optional alternative to names in author_sbt_defaults_yaml + String? author_list # of the form "Lastname,A.B., Lastname,C.,"; optional alternative to names in author_sbt_defaults_yaml File author_sbt_defaults_yaml # defaults to fill in for author_sbt file (including both author and non-author fields) File author_sbt_j2_template File biosample_attributes