marbl / MetagenomeScope

Visualization tool for (meta)genome assembly graphs
https://marbl.github.io/MetagenomeScope/
GNU General Public License v3.0
24 stars 8 forks source link

Adjust max node / max edge counts to consider the top layer of the decomposed graph #245

Open fedarko opened 1 year ago

fedarko commented 1 year ago

These are the parameters for removing large components from the visualization. You can imagine a case where a component contains lots of nodes/edges, but a lot of them are collapsed into patterns -- so, the layout time (and the time taken on loading up the fully collapsed graph in the browser) is not massive, especially compared to a smaller component with a much less easy-to-decompose structure (e.g. a roughly "complete" graph).

Not super important tho