Closed Perugolate closed 1 month ago
Dear @Perugolate , Sorry for the late answer. I saw you flagged the previous issue with minimap not being detected as solved, can I ask how did you solve the problem there? For what concerns the skipped reads, the reason is given by the flags. You can find the explanation of each flag in the bam documentation or in this nice web tool provided by picard:https://broadinstitute.github.io/picard/explain-flags.html
Most of the skipped are from secondary alignment, this is to avoid considering suboptimal mapping as biological signal ( only the best mapping is considered ). In the bam file, the multi mapping reads are duplicated ( one entry for each map, not for each read), so your total number of biological reads should be 11348918 + unmapped. Let me know if this clarifies your issue. Best regards, Claudio
thanks very much, should have realised this myself
Total reads: 11348918 Skipped reads: 11317525
see also #29 for another LR user where majority of reads are skipped