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

Cannot invoke method containsKey() on null object when "igenomes_ignore=true" #76

Closed
mlorthiois opened this issue Sep 9, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@mlorthiois
Copy link

Hi,

When I use the profile provide by my institution (Genouest), which set the parameter igenomes_ignore = true, I get this error :

Cannot invoke method containsKey() on null object

 -- Check script '/home/genouest/cnrs_umr6290/mlorthiois/.nextflow/assets/nf-core/nanoseq/main.nf' at line: 290 or see '.nextflow.log' file for more details

Solved by adding --igenomes_ignore false in my command line.

@drpatelh
Copy link
Member

drpatelh commented Nov 4, 2020

Ok. I can reproduce this locally. Let me see if I can find a fix.

@drpatelh
Copy link
Member

drpatelh commented Nov 4, 2020

This should be fixed now in #89 . Thanks for reporting @mlorthiois ! It may turn out that this was related to #77 so may be worth trying the dev branch after that PR has been merged.

@drpatelh drpatelh closed this as completed Nov 4, 2020
@drpatelh drpatelh added the bug Something isn't working label Nov 4, 2020
drpatelh added a commit that referenced this issue Nov 4, 2020
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

2 participants