annotate test-data/result3_assembly_graph.gfa @ 6:b94de04ca7c2 draft

planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/flye commit e5796f490952b36c7f1360351be90ec0bb60de55-dirty
author thanhlv
date Tue, 17 Sep 2019 11:08:59 -0400
parents 2bdeb8d42117
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2bdeb8d42117 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff changeset
1 digraph {
2bdeb8d42117 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff changeset
2 nodesep = 0.5;
2bdeb8d42117 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff changeset
3 node [shape = circle, label = "", height = 0.3];
2bdeb8d42117 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff changeset
4 "0" [style = "filled", fillcolor = "grey"];
2bdeb8d42117 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff changeset
5 "1" [style = "filled", fillcolor = "grey"];
2bdeb8d42117 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff changeset
6 "2" [style = "filled", fillcolor = "grey"];
2bdeb8d42117 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff changeset
7 "3" [style = "filled", fillcolor = "grey"];
2bdeb8d42117 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff changeset
8 "3" -> "2" [label = "id 1\l39k 29x", color = "red" , penwidth = 3] ;
2bdeb8d42117 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff changeset
9 "1" -> "0" [label = "id -1\l39k 29x", color = "red" , penwidth = 3] ;
2bdeb8d42117 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 0b1a602e21fbf8cfeba1294b6b985f1fba75afe9-dirty
thanhlv
parents:
diff changeset
10 }