Mercurial > repos > bgruening > flye
diff test-data/result3_assembly_graph.gfa @ 3:1ce9b1d72ec3 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 9de56f311ae694ec8c636b24be7815f92521ca96
author | bgruening |
---|---|
date | Sun, 02 Dec 2018 12:53:28 -0500 |
parents | |
children | 3ee0ef312022 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/result3_assembly_graph.gfa Sun Dec 02 12:53:28 2018 -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"]; +"3" -> "2" [label = "id 1\l39k 29x", color = "red" , penwidth = 3] ; +"1" -> "0" [label = "id -1\l39k 29x", color = "red" , penwidth = 3] ; +}