joshuak94 / BAMIntervalTree

BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Change mult chr #10

Closed joshuak94 closed 3 years ago

joshuak94 commented 3 years ago

Changes the way we handle multiple chromosomes. Instead of calculating a "continuous position" by summing previous chromosome lengths, we now explicitly store the position as a std::pair of reference ID and relative position within the chromosome.