Martinsos / edlib

Lightweight, super fast C/C++ (& Python) library for sequence alignment using edit (Levenshtein) distance.
http://martinsos.github.io/edlib
MIT License
492 stars 162 forks source link

Multiple locations but one CIGAR? #219

Open baraaorabi opened 9 months ago

baraaorabi commented 9 months ago

Why is there only one CIGAR reported when there are multiple alignment locations being found? Which of these locations does the CIGAR belong to? Is there a way of getting all the CIGARs for all the locations?