Skip to content

Commit ebc7e1b

Browse files
committed
chore: update changelog
1 parent 14b7679 commit ebc7e1b

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### `Changed`
1111

1212
- [#1011](https://github.com/nf-core/mag/pull/1011) - Reverted CheckM2 database download workaround from #966 (by @dialvarezs)
13+
- [#1020](https://github.com/nf-core/mag/pull/1020) - Update CONCOCT subworkflow and modules (by @dialvarezs)
1314

1415
### `Fixed`
1516

subworkflows/local/binning/main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ workflow BINNING {
121121
}
122122

123123
FASTA_BINNING_CONCOCT(ch_concoct_input.bins, ch_concoct_input.bams)
124-
ch_versions = ch_versions.mix(FASTA_BINNING_CONCOCT.out.versions)
125124

126125
ch_bins_for_seqkit = ch_bins_for_seqkit.mix(FASTA_BINNING_CONCOCT.out.bins.transpose())
127126
ch_binning_results_gzipped_final = ch_binning_results_gzipped_final.mix(FASTA_BINNING_CONCOCT.out.bins)

0 commit comments

Comments
 (0)