a-ludi / djunctor

Close assembly gaps using long-reads with focus on correctness.
MIT License
0 stars 0 forks source link

`getComplementaryOrder` should not combine all local alignments into one #44

Closed a-ludi closed 6 years ago

a-ludi commented 6 years ago

getComplementaryOrder was originally built so one can fetch trace points in the "complementary order". For that only the beginning and end of the whole chain was needed. But now this function is being used to generate the working data and should be adjusted accordingly.