I'm trying to align reads that belong to high similarity regions (pseudogenes)
I'm aligning reads with BWA (last version) using tha -a option.
When observing the BAM file, I notice that the reads are aligned with MAPQ0. Which is normal.
The problem is, every read is present once in the BAM file, i don't find all alignments (even with -a option).
I tried to extract one of these reads with MAPQ 0, and create a FASTQ (r1 & r2) file with only 1 read inside, and then align this read with BWA (using exactly same command as for the complet fq file), and I obtain this time a BAM file with all the possible alignments !!
How is it possible ?
thanks
Could you please show the command you used and the corresponding output?
when aligning only one read:
When Algning the whole FQ file:
The length of the quality string is shorter that the sequence, I think part of the sam record is being left out - part that could help explain this behaviour, as it could contains the optional tags describing additional features from these reads.