I am converting some .bam files into .fastq with
samtools bam2fq
The reads inside the resulting .fastq files have a suffix:
@HISEQ02:451:150310_HWI-D00446_0451_C5FG0ACXX:4:2310:2367:65733/2
65733/2
Will bwa mem
understand this as paired-end .fastq or do I have to split the files into R1/R2 first?
Thanks
Ah indeed, that was it. All I remember that it drove me nuts when the reads got out of sync and for a time I couldn't quite figure out why.