Hi, I now ran into a problem:
I have these metrics in bowtie2 after a run with -X 500 -I 0 --no-discordant --no-unal --no-mixed
40949 reads; of these:
40949 (100.00%) were paired; of these:
16772 (40.96%) aligned concordantly 0 times
11759 (28.72%) aligned concordantly exactly 1 time
12418 (30.33%) aligned concordantly >1 times
I got 24177 paired alignments in the SAM-file, which equals the above number of unique and non-unique alignments.
When I check the SAM-file using less or grep, the XS-flag is not present! The metrics say that I got about 30% aligning more than once, but no XS-flag? Does "more than once" mean that the other alignments are worse? How come there's no XS-flag then, as these secondary alignments should have scores?