Open famosab opened 3 weeks ago
This currently runs with
nextflow run main.nf -profile docker -c conf/benchmark.config --outdir '../test-sarek-bench'
On my local computer it starts running but when I take it to our linux workstation I always get
Missing process or function Channel.empty([[]])
-- Check script 'main.nf' at line: 343 or see '.nextflow.log' file for more details
nf-core pipelines lint
overall result: Passed :white_check_mark: :warning:Posted for pipeline commit 77e713a
+| ✅ 215 tests passed |+
#| ❔ 11 tests were ignored |#
!| ❗ 4 tests had warnings |!
This currently runs with
nextflow run main.nf -profile docker -c conf/benchmark.config --outdir '../test-sarek-bench'
On my local computer it starts running but when I take it to our linux workstation I always get
Missing process or function Channel.empty([[]]) -- Check script 'main.nf' at line: 343 or see '.nextflow.log' file for more details
Which Nextflow version?
@maxulysse both 24.10
@maxulysse both 24.10
The issue with Missing process or function Channel.empty([[]])
will perhaps be solved with https://github.com/nf-core/sarek/pull/1624
It ran when reverting to 24.04 Somehow the process RTGTOOLS_VCFEVAL was not triggered, RTGTOOLS_FORMAT ran as expected and produced the desired output.
PR checklist
nf-core lint
).nextflow run . -profile test,docker --outdir <OUTDIR>
).nextflow run . -profile debug,test,docker --outdir <OUTDIR>
).docs/usage.md
is updated.docs/output.md
is updated.CHANGELOG.md
is updated.README.md
is updated (including new tool citations and authors/contributors).This continues https://github.com/nf-core/sarek/pull/1448