-
Notifications
You must be signed in to change notification settings - Fork 705
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extra_salmon_quant_args quote issue #1257
Comments
I just encountered this issue myself while working on a custom pipeline that uses the same For example:
The
And the parameter was also made available in the Single and double quotes appear to behave similarly. All of the above applies to the CLI, I did not test the behaviour when using a params.yml file. |
For now, I've noticed that prepending the string with a space also forces the string interpretation:
|
https://nfcore.slack.com/archives/C056RQB10LU/p1717083898763659 to follow possible resolution via nf-validation |
Also I think using an --extra_salmon_quant_args="--noLengthCorrection" |
Thanks @ewels ! Closing this now, since it's not an rnaseq issue and possibilities for full resolution lie elsewhere. |
Description of the bug
Setting --extra_salmon_quant_args "--noLengthCorrection" leads to the following error message:
The following invalid input values have been detected: * --extra_salmon_quant_args: expected type: String, found: Boolean (true)
I believe the reason for this error is that the quotes surrounding --noLengthCorrection are removed somewhere along the way. This is based on there being no quotes around it in the
DEBUG nextflow.cli.Launcher
line in the log file.Command used and terminal output
No response
Relevant files
No response
System information
Nextflow version 23.10.0
nf-core/rnaseq 3.14.0
singularity
The text was updated successfully, but these errors were encountered: