Tutorials icon indicating copy to clipboard operation
Tutorials copied to clipboard

unmapped sam to pair end reads

Open bioinfonext opened this issue 5 years ago • 1 comments

Hi,

How I can extract proper pair end read from these sam files

samtools view -S -f4 sample.sam > sample.unmapped.sam

bioinfonext avatar Dec 10 '19 15:12 bioinfonext

You just want to convert the sam output to fastq files? You could try THIS

alvaralmstedt avatar Dec 10 '19 16:12 alvaralmstedt