view test-data/result1_assembly_graph.dot @ 15:13e27b9094e8 draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 585821bf3dbd1b8fee00967f22d9b1f1e8fbe439
author bgruening
date Fri, 07 Mar 2025 13:32:56 +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] ;
}