I have aligned my paired end reads using bwa mem. I then filtered my .bam file in order to obtain a .bam file that has all the unmapped reads.
When I tried to take this .bam file and convert it into 2 .fq reads for each replicate, i kept getting this error:
*****WARNING: Query M00532:8:000000000-A17VF:1:2114:24702:5749 is marked as paired, but it's mate does not occur next to it in your .bam file. Skipping.
What do I do?
When I tried to take this .bam file and convert it into 2 .fq reads for each replicate, i kept getting this error:
*****WARNING: Query M00532:8:000000000-A17VF:1:2114:24702:5749 is marked as paired, but it's mate does not occur next to it in your .bam file. Skipping.
What do I do?
Comment