Hi All,
I'm having trouble filtered MAQ aligned reads from a sam file with no header and converting to BAM. I've tried created the fai file of the reference as suggested by the SAMTOOLS faq, but to no avail.
When I use the following command:
samtools view -S lane1.normal.sam -T reduced.reference.fa -q 1
I get an error: "Parse error at line 1: missing colon in auxiliary data"
Does anyone have any suggestions?
Thanks a lot!
I'm having trouble filtered MAQ aligned reads from a sam file with no header and converting to BAM. I've tried created the fai file of the reference as suggested by the SAMTOOLS faq, but to no avail.
When I use the following command:
samtools view -S lane1.normal.sam -T reduced.reference.fa -q 1
I get an error: "Parse error at line 1: missing colon in auxiliary data"
Does anyone have any suggestions?
Thanks a lot!
Comment