Skip to content

Commit

Permalink
removing extra header info for IRMA alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
DOH-JDJ0303 committed Jun 25, 2024
1 parent 6ea7698 commit ce9405b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/local/bam_stats.nf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ process BAM_STATS {
samtoolstats2tbl.sh ${prefix}.stats.txt > ${prefix}.samtoolstats2tbl.csv
# get list of read headers for fastq extraction
samtools view ${bam} | cut -f 1 | sort | uniq > ${prefix}.read-list.txt
samtools view ${bam} | cut -f 1 | sed 's/_.*//g' | sort | uniq > ${prefix}.read-list.txt
"""
}

0 comments on commit ce9405b

Please sign in to comment.