iqbal-lab-org / pling

Plasmid analysis using rearrangement distances
MIT License
25 stars 1 forks source link

Complicated overlap fix #27

Closed babayagaofficial closed 8 months ago

babayagaofficial commented 8 months ago

Fixes issue #9 by splitting up matches around overlaps. This works, but code will probably need to be refactored at some point, and ideally further comments added.

leoisl commented 8 months ago

Ok to merge for me, even if it is currently failing CI tests. CI integration tests test pling end-to-end, and this overlap fix did improve the distance calculation between plasmids, thus changed the distance matrix the CI tests expect. We can merge now and then fix the integration tests later.