view test-data/result1_assembly_graph.dot @ 12:3e4f8642c77e draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 3507b06e5d0149d514ede3d1a56c082e89f14f89
author bgruening
date Mon, 26 Aug 2024 13:54:31 +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"];
"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] ;
}