How to extract unique reads from SAM file

Hi.
How can I extract uniquely and concordantly paired-end mapped reads (aligned concordantly exactly 1 time) from HISAT2?
Thanks

1 Like

I think you want samtools view:
https://usegalaxy.org/root?tool_id=toolshed.g2.bx.psu.edu/repos/devteam/samtool_filter2/samtool_filter2/1.8
e.g.:

1 Like