diff test-data/result2_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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/result2_assembly_graph.dot	Tue Sep 25 05:24:27 2018 -0400
@@ -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" -> "1" [label = "id 1\l21k 2x", color = "black"] ;
+"0" -> "2" [label = "id -1\l21k 2x", color = "black"] ;
+}