mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-13 07:13:10 +00:00
fix: channels should match 1:1 without remaining elements
This commit is contained in:
parent
07db3c93e2
commit
5380bc18ec
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ workflow LONGREAD_HOSTREMOVAL {
|
|||
ch_versions = ch_versions.mix( SAMTOOLS_INDEX.out.versions.first() )
|
||||
|
||||
bam_bai = MINIMAP2_ALIGN.out.bam
|
||||
.join(SAMTOOLS_INDEX.out.bai, remainder: true)
|
||||
.join(SAMTOOLS_INDEX.out.bai)
|
||||
|
||||
SAMTOOLS_STATS ( bam_bai, reference )
|
||||
ch_versions = ch_versions.mix(SAMTOOLS_STATS.out.versions.first())
|
||||
|
|
Loading…
Reference in a new issue