Hi Devon! You were right. I put in on the left of bamToFastq instead of the right! But I have one more question:With the following command,
bamToFastq -i mtExtract.qsort.bam -fq firsttestfile.fq -fq2 secondtestfile.fq
I got the following in the output:
*****WARNING: Query D3NJ6HQ1:424:HA49WADXX:1:1103:21194:65285 is marked as paired, but it's mate does not occur next to it in your BAM file. Skipping.
*****WARNING: Query D3NJ6HQ1:424:HA49WADXX:1:1107:12296:11434 is marked as paired, but it's mate does not occur next to it in your BAM file. Skipping.
*****WARNING: Query D3NJ6HQ1:424:HA49WADXX:1:1113:14106:44374 is marked as paired, but it's mate does not occur next to it in your BAM file. Skipping.
*****WARNING: Query D3NJ6HQ1:424:HA49WADXX:1:1101:5351:15533 is marked as paired, but it's mate does not occur next to it in your BAM file. Skipping.
Do you know what I could do to fix this? Or what this may mean?