view test-data/result4_assembly_graph.dot @ 6:0284be52bfcf draft

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit d2767c87b1cc7459fd0d51c5c87f8e51d88d7f48"
author bgruening
date Thu, 14 Jan 2021 11:19:21 +0000
parents 3ee0ef312022
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"];
"0" -> "2" [label = "id 1\l34k 32x", color = "black"] ;
"1" -> "3" [label = "id -1\l34k 32x", color = "black"] ;
}