Closed tpadayachee closed 3 years ago
This is tackled in
and will be included in a new release.
Please note that with this commit, the following logic is followed:
If an argument is required: true
, it can have
default: ...
value: It will use this default value on the CLI unless you override it on the CLIIf an argument is required: false
, it can have
default: ...
value: It will use this default value unless you override it from the CLI
Viash version: 0.3.0
If the code below in included in the config file of a component named 'de' and --de__species 'Mouse' is included in a Nextflow pipeline command, the parsed value of species is null instead of 'Mouse'.
Changing the config file to include a default value for species (as shown below), solves the problem: