We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the test pipeline, I get the error:
Cannot get property 'args' on null object
This can be traced back to line 116 of main.nf:
umitools_whitelist_options.args += params.umitools_bc_pattern ? " --bc-pattern='${params.umitools_bc_pattern}'" : ''
After some playing around, I think it's because test.config defines a params.modules which overwrites the list defined in modules.config.
test.config
params.modules
modules.config
The problem disappears when commenting out lines 52-57 of test.config, which were introduced in commit e02ff48.
(although I then run into another Amazon S3 problem, opening separate issue)
nextflow run salzmanlab/nf-sicilian -profile test -r dev
in a configured conda environment.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description of the bug
When running the test pipeline, I get the error:
This can be traced back to line 116 of main.nf:
After some playing around, I think it's because
test.config
defines aparams.modules
which overwrites the list defined inmodules.config
.The problem disappears when commenting out lines 52-57 of
test.config
, which were introduced in commit e02ff48.(although I then run into another Amazon S3 problem, opening separate issue)
Steps to reproduce
in a configured conda environment.
System
Nextflow Installation
The text was updated successfully, but these errors were encountered: