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

Thicken duplicate edges #231

Open fedarko opened 2 years ago

fedarko commented 2 years ago

i.e. edges between a node and its duplicate, for bubble boundaries. These seem to be weirdly small -- I suspect something's going wrong.

fedarko commented 2 years ago

quick surface-level patch: just modify the js style for edge.is_dup as follows:

{
    selector: "edge.is_dup",
    style: {
        "line-style": "dashed",
        width: 15
    },
},