comparison test-data/result2_assembly_graph.dot @ 2:156e0da5b917 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit a926a92aed3e22b14fb88af204c8450987c59743
author bgruening
date Thu, 29 Nov 2018 04:34:34 -0500
parents d9f4c141d88a
children 3ee0ef312022
comparison
equal deleted inserted replaced
1:cd256484eb1a 2:156e0da5b917
1 digraph {
2 nodesep = 0.5;
3 node [shape = circle, label = "", height = 0.3];
4 "0" [style = "filled", fillcolor = "grey"];
5 "1" [style = "filled", fillcolor = "grey"];
6 "2" [style = "filled", fillcolor = "grey"];
7 "3" [style = "filled", fillcolor = "grey"];
8 "3" -> "1" [label = "id 1\l21k 2x", color = "black"] ;
9 "0" -> "2" [label = "id -1\l21k 2x", color = "black"] ;
10 }