-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
Hi Ben,
First off, really appreciate your work and the available teaching material.
I have been getting this strange problem when trying to work with SAM files for downstream steps. Samtools view errors out saying there are duplicated entries in the SAM header.
Here are the diagnostics I ran:
- I double checked my reference to make sure all the headers were unique.
- I built the index and ran the alignment three times.
- I checked to see if I had reference entries with different headers, but the same sequence. I did find a few, but these were not the headers showing up as duplicates.
- In the SAM file, it appears that all my reads are also being mapped twice to these duplicated headers.
These are the commands I ran to build the index and do the alignment:
bowtie-build --threads 40 -o 2 m7b.fa m7b
~/bin/bowtie -v 0 -y --norc -a -p 250 -f u36.fa -x m7b -S u36ob.sam
Surely, this is not normal?
Metadata
Metadata
Assignees
Labels
No labels