Mercurial > repos > bgruening > flye
diff test-data/result2_assembly_graph.dot @ 4:3ee0ef312022 draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 1143ac8397d6fefb3f18d33bb752ee3f13c072d6"
author | bgruening |
---|---|
date | Wed, 05 Feb 2020 19:37:18 -0500 |
parents | 156e0da5b917 |
children |
line wrap: on
line diff
--- a/test-data/result2_assembly_graph.dot Sun Dec 02 12:53:28 2018 -0500 +++ b/test-data/result2_assembly_graph.dot Wed Feb 05 19:37:18 2020 -0500 @@ -0,0 +1,10 @@ +digraph { +nodesep = 0.5; +node [shape = circle, label = "", height = 0.3]; +"0" [style = "filled", fillcolor = "grey"]; +"1" [style = "filled", fillcolor = "grey"]; +"2" [style = "filled", fillcolor = "grey"]; +"3" [style = "filled", fillcolor = "grey"]; +"0" -> "2" [label = "id 1\l39k 27x", color = "black"] ; +"1" -> "3" [label = "id -1\l39k 27x", color = "black"] ; +}