Skip to content

Commit 36d770a

Browse files
vinisalazarclaude
andcommitted
Sync coverm/contig module and update binning subworkflow
- Sync coverm/contig main.nf and meta.yml to reference (eval/topic versioning, List-aware methods string handling) - Remove ch_versions.mix for COVERM_CONTIG calls (topic versioning is automatic; no versions.yml emitted) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6aaf474 commit 36d770a

3 files changed

Lines changed: 33 additions & 21 deletions

File tree

modules/nf-core/coverm/contig/main.nf

Lines changed: 3 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/coverm/contig/meta.yml

Lines changed: 30 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

subworkflows/local/binning/main.nf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ workflow BINNING {
6161
reference: [meta, []]
6262
}
6363
COVERM_CONTIG_LONGREAD(ch_longread_depth.reads, ch_longread_depth.reference, true, false, params.coverm_methods)
64-
ch_versions = ch_versions.mix(COVERM_CONTIG_LONGREAD.out.versions)
6564
ch_longread_contig_depths = COVERM_CONTIG_LONGREAD.out.coverage
6665
}
6766
else {
@@ -91,7 +90,6 @@ workflow BINNING {
9190
}
9291
COVERM_CONTIG_SHORTREAD(ch_shortread_depth.reads, ch_shortread_depth.reference, false, false, params.coverm_methods)
9392
}
94-
ch_versions = ch_versions.mix(COVERM_CONTIG_SHORTREAD.out.versions)
9593
ch_shortread_contig_depths = COVERM_CONTIG_SHORTREAD.out.coverage
9694
}
9795
else {

0 commit comments

Comments
 (0)