comparison test-data/result1_assembly_graph.dot @ 0:d9f4c141d88a draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 2f6d48e1d2161d03411d9fbb4fc3d16f0fa3d2e1
author bgruening
date Tue, 25 Sep 2018 05:24:27 -0400
parents
children 156e0da5b917
comparison
equal deleted inserted replaced
-1:000000000000 0:d9f4c141d88a
1 digraph {
2 nodesep = 0.5;
3 node [shape = circle, label = "", height = 0.3];
4 "0" [style = "filled", fillcolor = "grey"];
5 "1" [style = "filled", fillcolor = "grey"];
6 "2" [style = "filled", fillcolor = "grey"];
7 "3" [style = "filled", fillcolor = "grey"];
8 "3" -> "1" [label = "id 1\l32k 2x", color = "black"] ;
9 "0" -> "2" [label = "id -1\l32k 2x", color = "black"] ;
10 }