File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
bam_markduplicates_samtools
fastq_align_dedup_bwameth Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ workflow BAM_MARKDUPLICATES_SAMTOOLS {
2626 ch_versions = ch_versions. mix(SAMTOOLS_FIXMATE . out. versions)
2727
2828 SAMTOOLS_SORT ( SAMTOOLS_FIXMATE . out. bam, ch_fasta, ' ' )
29- ch_versions = ch_versions. mix(SAMTOOLS_SORT . out. versions)
3029
3130 SAMTOOLS_MARKDUP ( SAMTOOLS_SORT . out. bam, ch_fasta )
3231 ch_versions = ch_versions. mix(SAMTOOLS_MARKDUP . out. versions)
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ workflow BAM_SORT_STATS_SAMTOOLS {
1616 ch_versions = Channel . empty()
1717
1818 SAMTOOLS_SORT ( ch_bam, ch_fasta, ' ' )
19- ch_versions = ch_versions. mix(SAMTOOLS_SORT . out. versions. first())
2019
2120 SAMTOOLS_INDEX ( SAMTOOLS_SORT . out. bam )
2221 ch_versions = ch_versions. mix(SAMTOOLS_INDEX . out. versions. first())
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ workflow FASTQ_ALIGN_DEDUP_BWAMETH {
6464 ' '
6565 )
6666 ch_alignment = SAMTOOLS_SORT . out. bam
67- ch_versions = ch_versions. mix(SAMTOOLS_SORT . out. versions)
6867
6968 /*
7069 * Run samtools index on alignment
You can’t perform that action at this time.
0 commit comments