view test-data/result1_assembly_graph.dot @ 11:291923e6f276 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit acf41fab409bef4882d5d12cbf991452b408076e
author bgruening
date Mon, 18 Mar 2024 12:44:09 +0000
parents 276f5d8712d5
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\l419k 14x", color = "black"] ;
"1" -> "0" [label = "id -1\l419k 14x", color = "black"] ;
}