COMBINE-lab / RapMap

Rapid sensitive and accurate read mapping via quasi-mapping
GNU General Public License v3.0
89 stars 23 forks source link

Fix CIGAR clipping length error #10

Closed vals closed 8 years ago

vals commented 8 years ago

The region clipping to the right of a transcript should be the end position of the mapping minus the end position of the transcript.

Should fix COMBINE-lab/RapMap#9

rob-p commented 8 years ago

Thanks for the fix, @vals !