iqbal-lab-org / pling

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

Organise the different ways we have to visualise and analyse plasmid graphs in both pling and RH #23

Closed leoisl closed 10 months ago

leoisl commented 11 months ago

In RH, in several different scripts we analyse the plasmid graphs, e.g. :

With the common visualisation functions defined in a common lib: https://github.com/LeahRoberts/roundhound/tree/main/pipelines/visualisations/commons

pling copied this visualisation framework at some point from RH, and is used in several parts as well. But then several and important updates were done to RH visualisation framework, which are not possible to apply to pling now. As visualisation and partitioning of the plasmid graph seem to be an important common module of both tools, it seems we need to refactor this module into a third repo and make both tools use it for visualisation/graph analysis steps.

leoisl commented 10 months ago

https://github.com/leoisl/plasnet fixed this

leoisl commented 10 months ago

Reopening just for documentation purposes - this will be automatically closed when the plasnet PR is merged