Skip to content

Commit

Permalink
temporarily address #231 (#232)
Browse files Browse the repository at this point in the history
Hmmmm, so is the issue closeable or not?

I guess in the ideal case the data(thickness) edge style doesn't
apply to all edges, just non-dup edges, and then there's no risk
of redundancy or whatevs. but for now this solution works fine
(and i actually kinda line the new way dup edges are styled, they're
like big slinkies -- calls out the fact that they're not real).
  • Loading branch information
fedarko authored May 2, 2022
1 parent de52634 commit fad3f8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions metagenomescope/support_files/js/drawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@ define([
selector: "edge.is_dup",
style: {
"line-style": "dashed",
// TODO FIXME? see
// github.com/marbl/MetagenomeScope/issues/231
width: 35,
"line-dash-pattern": [5, 5],
},
},
{
Expand Down

0 comments on commit fad3f8b

Please sign in to comment.