diff test-data/result3_assembly_graph.gfa @ 0:2bdeb8d42117 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
author thanhlv
date Thu, 04 Apr 2019 11:08:04 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test-data/result3_assembly_graph.gfa	Thu Apr 04 11:08:04 2019 -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\l39k 29x", color = "red" , penwidth = 3] ;
+"1" -> "0" [label = "id -1\l39k 29x", color = "red" , penwidth = 3] ;
+}