Skip to content

Commit

Permalink
Update genbank.WDL so author_list input is optional (#473)
Browse files Browse the repository at this point in the history
Update genbank.WDL so author_list input is optional
  • Loading branch information
tomkinsc authored May 18, 2023
1 parent 169faf8 commit 5685734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipes/WDL/workflows/genbank.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5685734

Please sign in to comment.