eager
eager copied to clipboard
DSL2: test_nothing profile is broken
Check Documentation
I have checked the following places for your error:
- [x] nf-core website: troubleshooting
- [x] nf-core/eager pipeline documentation - nf-core/eager FAQ/troubleshooting can be found here
Description of the bug
Running the pipeline with the test_nothing profile currently fails with the following error message:
Missing process or function call([Script_617ee203fe322446$_runScript_closure1$_closure2$_closure35@1f03e65c])
Steps to reproduce
Steps to reproduce the behaviour:
- Command line:
nextflow run main.nf -resume -profile test_nothing,docker --outdir results/ -w work/ -dump-channels -ansi-log false - See error:
Missing process or function call([Script_617ee203fe322446$_runScript_closure1$_closure2$_closure35@1f03e65c])
fixed in #1115