smithlabcode / falco

A C++ drop-in replacement of FastQC to assess the quality of sequence read data
https://falco.readthedocs.io
GNU General Public License v3.0
98 stars 11 forks source link

Attempt to fix issue #59 #61

Closed andrewdavidsmith closed 4 months ago

andrewdavidsmith commented 4 months ago

Strategy: For BAM format reads that are reversed in the BAM file are now reverse complemented and their quality score string is reversed immediately, which should prevent issues related to strand. Initial tests show this working for both quality scores and nucleotide distributions.