broadinstitute / longbow

Annotation and segmentation of MAS-seq data
https://broadinstitute.github.io/longbow/
BSD 3-Clause "New" or "Revised" License
20 stars 4 forks source link

`models --dump` graph `png` output needs a better layout algorithm. #176

Open jonn-smith opened 2 years ago

jonn-smith commented 2 years ago

The current layout of the models --dump results is not very readable.

longbow_model_mas_15+sc_10x5p Av3 0 0 Cv3 0 0 graph

We should have nx apply a good layout algorithm (e.g. forceAtlas2 from Gephi) before rendering the file.