Hi,
I am having difficulties mapping paired end Illumina reads on FFPE material (i.e. short insert size, approximately 80-150 bp), with BWA (both version 0.5.9 and the newest version 0.6.1).
To enforce the short insert size the following flags were used:
"$BWA sampe -a 500 -A -o 10000 -r …"
Mapping is done without errors however when viewing the sorted.bam files, the paired reads are more often than not, mapped to different chromosomes (as exemplified by the picture), despite the fact that the reads overlap with each other, due to the short insert size!
The majority of the reads contained adapter sequence which was removed by cut adapt, which suggests that the insert size was smaller than 100 bp. Is this what is causing problems when mapping and how would I go about getting around this?
Your reply would be much appreciated!
I am having difficulties mapping paired end Illumina reads on FFPE material (i.e. short insert size, approximately 80-150 bp), with BWA (both version 0.5.9 and the newest version 0.6.1).
To enforce the short insert size the following flags were used:
"$BWA sampe -a 500 -A -o 10000 -r …"
Mapping is done without errors however when viewing the sorted.bam files, the paired reads are more often than not, mapped to different chromosomes (as exemplified by the picture), despite the fact that the reads overlap with each other, due to the short insert size!
The majority of the reads contained adapter sequence which was removed by cut adapt, which suggests that the insert size was smaller than 100 bp. Is this what is causing problems when mapping and how would I go about getting around this?
Your reply would be much appreciated!
Comment