Mercurial > repos > bgruening > flye
annotate test-data/result1_assembly_graph.dot @ 4:fed3d7b3ef6b draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 1143ac8397d6fefb3f18d33bb752ee3f13c072d6"
author | bgruening |
---|---|
date | Thu, 06 Feb 2020 00:36:53 +0000 |
parents | 792735cc7ddb |
children | 28898f6f2352 |
rev | line source |
---|---|
4
fed3d7b3ef6b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 1143ac8397d6fefb3f18d33bb752ee3f13c072d6"
bgruening
parents:
2
diff
changeset
|
1 digraph { |
fed3d7b3ef6b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 1143ac8397d6fefb3f18d33bb752ee3f13c072d6"
bgruening
parents:
2
diff
changeset
|
2 nodesep = 0.5; |
fed3d7b3ef6b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 1143ac8397d6fefb3f18d33bb752ee3f13c072d6"
bgruening
parents:
2
diff
changeset
|
3 node [shape = circle, label = "", height = 0.3]; |
fed3d7b3ef6b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 1143ac8397d6fefb3f18d33bb752ee3f13c072d6"
bgruening
parents:
2
diff
changeset
|
4 "0" [style = "filled", fillcolor = "grey"]; |
fed3d7b3ef6b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 1143ac8397d6fefb3f18d33bb752ee3f13c072d6"
bgruening
parents:
2
diff
changeset
|
5 "1" [style = "filled", fillcolor = "grey"]; |
fed3d7b3ef6b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 1143ac8397d6fefb3f18d33bb752ee3f13c072d6"
bgruening
parents:
2
diff
changeset
|
6 "2" [style = "filled", fillcolor = "grey"]; |
fed3d7b3ef6b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 1143ac8397d6fefb3f18d33bb752ee3f13c072d6"
bgruening
parents:
2
diff
changeset
|
7 "3" [style = "filled", fillcolor = "grey"]; |
fed3d7b3ef6b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 1143ac8397d6fefb3f18d33bb752ee3f13c072d6"
bgruening
parents:
2
diff
changeset
|
8 "0" -> "2" [label = "id 1\l39k 27x", color = "black"] ; |
fed3d7b3ef6b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 1143ac8397d6fefb3f18d33bb752ee3f13c072d6"
bgruening
parents:
2
diff
changeset
|
9 "1" -> "3" [label = "id -1\l39k 27x", color = "black"] ; |
fed3d7b3ef6b
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/flye commit 1143ac8397d6fefb3f18d33bb752ee3f13c072d6"
bgruening
parents:
2
diff
changeset
|
10 } |