ekg / seqwish

alignment to variation graph inducer
MIT License
143 stars 18 forks source link

Iitreeitall: implement seqwish using only implicit interval trees #23

Closed ekg closed 5 years ago

ekg commented 5 years ago

Here I am working on an re-implementation of seqwish based on interval trees, where matches between sequences and the graph are recorded in range sets. This will dramatically reduce the memory (disk backed) and runtime of seqwish. A previous partial change of the alignment set into this form saved more than 100-fold runtime and memory costs. This also greatly simplifies several steps in the algorithm.