File tree Expand file tree Collapse file tree
subworkflows/local/binning Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments