joshuak94 / BAMIntervalTree

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

Reduce space #22

Closed joshuak94 closed 3 years ago

joshuak94 commented 3 years ago

Reduces space for storage and during usage by not storing chromosome information for each record. Also changes the interval nodes to store the start and end of their range, to use in the overlap queries.