Skip to content

supply a list via command line parameters #2821

Discussion options

You must be logged in to vote

As a workaround, you can pass the foo argument as a String with commas and create a new params fooList splitting it.

nextflow main.nf --foo param1,param2,param3

main.nf :

params.foolist = params.foo?.split(',') as List

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@seanrjohnson
Comment options

Answer selected by seanrjohnson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants