view test-data/result3_assembly_graph.gfa @ 6:b94de04ca7c2 draft

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
author thanhlv
date Tue, 17 Sep 2019 11:08:59 -0400
parents 2bdeb8d42117
children
line wrap: on
line source

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] ;
}