Skip to content
Snippets Groups Projects
Unverified Commit 666c81d1 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

samblaster: fix test.sh

parent cc9f3d11
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@ process dedup_sam {
script:
"""
samtools view -h ${bam} | \
samblaster --addMateTags | \
samtools view -Sb - > ${file_id}_dedub.bam
samblaster --addMateTags 2> /dev/null | \
samtools view -Sb - > ${file_id}_dedup.bam
"""
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment