Skip to content

Commit f3dff13

Browse files
Removes version mix in subworkflow
1 parent e8ded25 commit f3dff13

File tree

1 file changed

+0
-1
lines changed
  • subworkflows/nf-core/bam_stats_samtools

1 file changed

+0
-1
lines changed

subworkflows/nf-core/bam_stats_samtools/main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ workflow BAM_STATS_SAMTOOLS {
1515
ch_versions = Channel.empty()
1616

1717
SAMTOOLS_STATS ( ch_bam_bai, ch_fasta )
18-
ch_versions = ch_versions.mix(SAMTOOLS_STATS.out.versions)
1918

2019
SAMTOOLS_FLAGSTAT ( ch_bam_bai )
2120
ch_versions = ch_versions.mix(SAMTOOLS_FLAGSTAT.out.versions)

0 commit comments

Comments
 (0)