Skip to content
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

Running test: "Cannot get property 'args' on null object" #15

Open
AlexWeinreb opened this issue Sep 13, 2022 · 0 comments
Open

Running test: "Cannot get property 'args' on null object" #15

AlexWeinreb opened this issue Sep 13, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@AlexWeinreb
Copy link

Description of the bug

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.

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

nextflow run salzmanlab/nf-sicilian -profile test -r dev

in a configured conda environment.

System

  • Hardware: HPC
  • Executor: SLURM

Nextflow Installation

  • Version: 22.04.5.5708
@AlexWeinreb AlexWeinreb added the bug Something isn't working label Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant