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 6ada243Copy full SHA for 6ada243
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)
subworkflows/nf-core/fastq_align_dedup_bwameth/main.nf
@@ -92,7 +92,6 @@ workflow FASTQ_ALIGN_DEDUP_BWAMETH {
92
[[:],[]] // [ [meta], [fasta]]
93
)
94
ch_samtools_stats = SAMTOOLS_STATS.out.stats
95
96
97
if (!skip_deduplication) {
98
/*
0 commit comments