foerstner-lab / READemption

A pipeline for the computational evaluation of RNA-Seq data
https://reademption.readthedocs.io
Other
36 stars 19 forks source link

Feature request: Create Coverage based on CIGAR string instead of start and end position #57

Open Tillsa opened 6 months ago

Tillsa commented 6 months ago

Coverage is calculated based on the start and the stop position of an alignment. However, segemehl produced split reads that are very far from each other and in that case calculating coverage based on the CIGAR string (which indicates which bases between start and end are matches or mismatches) would give a clearer picture of coverage.