view test-data/result1_assembly_graph.dot @ 13:1f0769f0b56b draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit cb0aff6ae5894116483d91bbb419bd4c00324cfa
author bgruening
date Wed, 18 Sep 2024 16:43:00 +0000
parents 3e4f8642c77e
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"];
"4" [style = "filled", fillcolor = "grey"];
"5" [style = "filled", fillcolor = "grey"];
"5" -> "6" [label = "id 1\l370k 15x", color = "black"] ;
"7" -> "3" [label = "id -1\l370k 15x", color = "black"] ;
"7" -> "2" [label = "id 2\l26k 7x", color = "black"] ;
"1" -> "6" [label = "id -2\l26k 7x", color = "black"] ;
"6" -> "4" [label = "id 3\l49k 12x", color = "red" , penwidth = 3] ;
"0" -> "7" [label = "id -3\l49k 12x", color = "red" , penwidth = 3] ;
}