Tutorials
Tutorials copied to clipboard
unmapped sam to pair end reads
Hi,
How I can extract proper pair end read from these sam files
samtools view -S -f4 sample.sam > sample.unmapped.sam
You just want to convert the sam output to fastq files? You could try THIS