view test-data/result2_assembly_graph.dot @ 1:cd256484eb1a draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 6cd5f829f985631f0e8360d66a73206389101171
author bgruening
date Fri, 28 Sep 2018 19:18:54 -0400
parents d9f4c141d88a
children 156e0da5b917
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" -> "1" [label = "id 1\l21k 2x", color = "black"] ;
"0" -> "2" [label = "id -1\l21k 2x", color = "black"] ;
}