qmarcou / IGoR

IGoR is a C++ software designed to infer V(D)J recombination related processes from sequencing data. Find full documentation at:
https://qmarcou.github.io/IGoR/
GNU General Public License v3.0
47 stars 25 forks source link

[Alignments] Ill defined reversed offset upon in/dels #34

Open qmarcou opened 5 years ago

qmarcou commented 5 years ago

Insertions or deletions in sequences introduce a shift in the final offset which is counter intuitive when the offset is defined as a reversed offset. The ad-hoc fix is to widen a bit the constraint on offsets to compensate for a few in/dels, however this is silly and make the aligner lose some precision.