Replies: 1 comment
-
You can define a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to specify the type of a workflow parameter?
If I run the following at the command line:
nextflow run main.nf --sampleID 10
then
params.sampleID
is interpreted as an integer. I would like it to be parsed as a string. I could convert it to a string after it has been parsed as an integer, but that has the potential to cause problems (for example--sampleID 010
).Beta Was this translation helpful? Give feedback.
All reactions