You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
Hi,
When I use the profile provide by my institution (Genouest), which set the parameter
igenomes_ignore = true
, I get this error :Solved by adding
--igenomes_ignore false
in my command line.The text was updated successfully, but these errors were encountered: