diff test-data/result1_assembly_graph.dot @ 0:96bb0635f0a0

"planemo upload"
author kkonganti
date Fri, 24 Jun 2022 14:18:37 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/result1_assembly_graph.dot	Fri Jun 24 14:18:37 2022 -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" -> "2" [label = "id 1\l419k 14x", color = "black"] ;
+"1" -> "0" [label = "id -1\l419k 14x", color = "black"] ;
+}