OSU-SRLab/MANTIS

Handle 0/1-base length reads

Opened this issue · 0 comments

Issues are currently encountered if the script runs into a read with either no quality/sequence data (0 bases), or only data for 1 base. The SAMRead structure needs to be able to handle such reads and report them as erroneous to allow for filtering, instead of crashing due to divide-by-zero errors.