eager icon indicating copy to clipboard operation
eager copied to clipboard

DSL2: test_nothing profile is broken

Open TCLamnidis opened this issue 10 months ago • 1 comments

Check Documentation

I have checked the following places for your error:

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:

  1. Command line: nextflow run main.nf -resume -profile test_nothing,docker --outdir results/ -w work/ -dump-channels -ansi-log false
  2. See error:
Missing process or function call([Script_617ee203fe322446$_runScript_closure1$_closure2$_closure35@1f03e65c])

TCLamnidis avatar Feb 21 '25 09:02 TCLamnidis

fixed in #1115

TCLamnidis avatar Feb 21 '25 09:02 TCLamnidis