-
Notifications
You must be signed in to change notification settings - Fork 964
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Have you checked the docs?
Description of the bug
On
modules/modules/nf-core/cellranger/multi/main.nf
Lines 126 to 127 in 80db11d
| fb_options_r1_length = fb_options_use && meta_fb.options.containsKey("r1-length") ? "r1-length,${meta_fb.options["r1-length"]}" : '' | |
| fb_options_r2_length = fb_options_use && meta_fb.options.containsKey("r2-length") ? "r2-length,${meta_fb.options["r2-length"]}" : '' |
fb_options_r1_length = fb_options_use && meta_fb.options.containsKey("r1-length") ? "r1-length,${meta_fb.options["r1-length"]}" : ''
fb_options_r2_length = fb_options_use && meta_fb.options.containsKey("r2-length") ? "r2-length,${meta_fb.options["r2-length"]}" : ''
meta_fb is an undefined var in this process.
It should be replaced with fb_options.
Will make a PR tomorrow.
Command used and terminal output
Relevant files
No response
System information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working