Skip to content

Commit

Permalink
nextflow_cli_args is a list not a string
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Feb 20, 2024
1 parent 61a5b18 commit 5ab509a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ nextflow_workflow {
help = false
validate_params = false
monochrome_logs = false
nextflow_cli_args = ''
nextflow_cli_args = []
outdir = "$params.outdir"
ena_metadata_fields = null
Expand Down

0 comments on commit 5ab509a

Please sign in to comment.