We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ded25 commit f3dff13Copy full SHA for f3dff13
subworkflows/nf-core/bam_stats_samtools/main.nf
@@ -15,7 +15,6 @@ workflow BAM_STATS_SAMTOOLS {
15
ch_versions = Channel.empty()
16
17
SAMTOOLS_STATS ( ch_bam_bai, ch_fasta )
18
- ch_versions = ch_versions.mix(SAMTOOLS_STATS.out.versions)
19
20
SAMTOOLS_FLAGSTAT ( ch_bam_bai )
21
ch_versions = ch_versions.mix(SAMTOOLS_FLAGSTAT.out.versions)
0 commit comments