Mercurial > repos > rnateam > graphclust_postprocessing
annotate test-data/1.cluster.top5.aln.ps @ 17:f93c868203cc draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
author | rnateam |
---|---|
date | Sat, 27 Oct 2018 13:23:06 -0400 |
parents | |
children |
rev | line source |
---|---|
17
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
1 %!PS-Adobe-3.0 EPSF-3.0 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
2 %%BoundingBox: 0 0 498 181 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
3 %%EndComments |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
4 % draws Vienna RNA like colored boxes |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
5 /box { % x1 y1 x2 y2 hue saturation |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
6 gsave |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
7 dup 0.3 mul 1 exch sub sethsbcolor |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
8 exch 3 index sub exch 2 index sub rectfill |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
9 grestore |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
10 } def |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
11 % draws a box in current color |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
12 /box2 { % x1 y1 x2 y2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
13 exch 3 index sub exch 2 index sub rectfill |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
14 } def |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
15 /string { % (Text) x y |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
16 6 add |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
17 moveto |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
18 show |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
19 } def |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
20 0 181 translate |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
21 1 -1 scale |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
22 /Courier findfont |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
23 [10 0 0 -10 0 0] makefont setfont |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
24 96.0 11.5 102.0 20.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
25 96.0 20.0 102.0 28.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
26 96.0 28.5 102.0 37.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
27 96.0 37.0 102.0 45.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
28 96.0 45.5 102.0 54.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
29 216.0 101.0 222.0 109.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
30 216.0 109.5 222.0 118.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
31 216.0 118.0 222.0 126.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
32 216.0 126.5 222.0 135.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
33 216.0 135.0 222.0 143.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
34 102.0 11.5 108.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
35 102.0 20.0 108.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
36 102.0 28.5 108.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
37 102.0 37.0 108.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
38 102.0 45.5 108.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
39 210.0 101.0 216.0 109.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
40 210.0 109.5 216.0 118.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
41 210.0 118.0 216.0 126.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
42 210.0 126.5 216.0 135.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
43 210.0 135.0 216.0 143.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
44 108.0 11.5 114.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
45 108.0 20.0 114.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
46 108.0 28.5 114.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
47 108.0 37.0 114.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
48 108.0 45.5 114.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
49 204.0 101.0 210.0 109.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
50 204.0 109.5 210.0 118.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
51 204.0 118.0 210.0 126.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
52 204.0 126.5 210.0 135.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
53 204.0 135.0 210.0 143.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
54 114.0 11.5 120.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
55 114.0 20.0 120.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
56 114.0 28.5 120.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
57 114.0 37.0 120.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
58 114.0 45.5 120.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
59 198.0 101.0 204.0 109.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
60 198.0 109.5 204.0 118.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
61 198.0 118.0 204.0 126.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
62 198.0 126.5 204.0 135.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
63 198.0 135.0 204.0 143.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
64 120.0 11.5 126.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
65 120.0 20.0 126.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
66 120.0 28.5 126.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
67 120.0 37.0 126.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
68 120.0 45.5 126.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
69 192.0 101.0 198.0 109.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
70 192.0 109.5 198.0 118.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
71 192.0 118.0 198.0 126.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
72 192.0 126.5 198.0 135.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
73 192.0 135.0 198.0 143.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
74 126.0 11.5 132.0 20.0 0.32 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
75 126.0 20.0 132.0 28.5 0.32 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
76 126.0 28.5 132.0 37.0 0.32 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
77 126.0 37.0 132.0 45.5 0.32 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
78 126.0 45.5 132.0 54.0 0.32 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
79 186.0 101.0 192.0 109.5 0.32 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
80 186.0 109.5 192.0 118.0 0.32 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
81 186.0 118.0 192.0 126.5 0.32 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
82 186.0 126.5 192.0 135.0 0.32 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
83 186.0 135.0 192.0 143.5 0.32 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
84 132.0 11.5 138.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
85 132.0 20.0 138.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
86 132.0 28.5 138.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
87 132.0 37.0 138.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
88 132.0 45.5 138.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
89 180.0 101.0 186.0 109.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
90 180.0 109.5 186.0 118.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
91 180.0 118.0 186.0 126.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
92 180.0 126.5 186.0 135.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
93 180.0 135.0 186.0 143.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
94 150.0 11.5 156.0 20.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
95 150.0 20.0 156.0 28.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
96 150.0 28.5 156.0 37.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
97 150.0 37.0 156.0 45.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
98 150.0 45.5 156.0 54.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
99 240.0 11.5 246.0 20.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
100 240.0 20.0 246.0 28.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
101 240.0 28.5 246.0 37.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
102 240.0 37.0 246.0 45.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
103 240.0 45.5 246.0 54.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
104 156.0 11.5 162.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
105 156.0 20.0 162.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
106 156.0 28.5 162.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
107 156.0 37.0 162.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
108 156.0 45.5 162.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
109 234.0 11.5 240.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
110 234.0 20.0 240.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
111 234.0 28.5 240.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
112 234.0 37.0 240.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
113 234.0 45.5 240.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
114 162.0 11.5 168.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
115 162.0 20.0 168.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
116 162.0 28.5 168.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
117 162.0 37.0 168.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
118 162.0 45.5 168.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
119 228.0 11.5 234.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
120 228.0 20.0 234.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
121 228.0 28.5 234.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
122 228.0 37.0 234.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
123 228.0 45.5 234.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
124 252.0 11.5 258.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
125 252.0 20.0 258.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
126 252.0 28.5 258.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
127 252.0 37.0 258.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
128 252.0 45.5 258.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
129 348.0 11.5 354.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
130 348.0 20.0 354.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
131 348.0 28.5 354.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
132 348.0 37.0 354.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
133 348.0 45.5 354.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
134 258.0 11.5 264.0 20.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
135 258.0 20.0 264.0 28.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
136 258.0 28.5 264.0 37.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
137 258.0 37.0 264.0 45.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
138 258.0 45.5 264.0 54.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
139 342.0 11.5 348.0 20.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
140 342.0 20.0 348.0 28.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
141 342.0 28.5 348.0 37.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
142 342.0 37.0 348.0 45.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
143 342.0 45.5 348.0 54.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
144 264.0 11.5 270.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
145 264.0 20.0 270.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
146 264.0 28.5 270.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
147 264.0 37.0 270.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
148 264.0 45.5 270.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
149 336.0 11.5 342.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
150 336.0 20.0 342.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
151 336.0 28.5 342.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
152 336.0 37.0 342.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
153 336.0 45.5 342.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
154 270.0 11.5 276.0 20.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
155 270.0 20.0 276.0 28.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
156 270.0 28.5 276.0 37.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
157 270.0 37.0 276.0 45.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
158 270.0 45.5 276.0 54.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
159 330.0 11.5 336.0 20.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
160 330.0 20.0 336.0 28.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
161 330.0 28.5 336.0 37.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
162 330.0 37.0 336.0 45.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
163 330.0 45.5 336.0 54.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
164 276.0 11.5 282.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
165 276.0 20.0 282.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
166 276.0 28.5 282.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
167 276.0 37.0 282.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
168 276.0 45.5 282.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
169 324.0 11.5 330.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
170 324.0 20.0 330.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
171 324.0 28.5 330.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
172 324.0 37.0 330.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
173 324.0 45.5 330.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
174 438.0 11.5 444.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
175 438.0 20.0 444.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
176 438.0 28.5 444.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
177 438.0 37.0 444.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
178 438.0 45.5 444.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
179 174.0 101.0 180.0 109.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
180 174.0 109.5 180.0 118.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
181 174.0 118.0 180.0 126.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
182 174.0 126.5 180.0 135.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
183 174.0 135.0 180.0 143.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
184 444.0 11.5 450.0 20.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
185 444.0 20.0 450.0 28.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
186 444.0 28.5 450.0 37.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
187 444.0 37.0 450.0 45.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
188 444.0 45.5 450.0 54.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
189 168.0 101.0 174.0 109.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
190 168.0 109.5 174.0 118.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
191 168.0 118.0 174.0 126.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
192 168.0 126.5 174.0 135.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
193 168.0 135.0 174.0 143.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
194 450.0 11.5 456.0 20.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
195 450.0 20.0 456.0 28.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
196 450.0 28.5 456.0 37.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
197 450.0 37.0 456.0 45.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
198 450.0 45.5 456.0 54.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
199 162.0 101.0 168.0 109.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
200 162.0 109.5 168.0 118.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
201 162.0 118.0 168.0 126.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
202 162.0 126.5 168.0 135.0 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
203 162.0 135.0 168.0 143.5 0.16 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
204 96.0 101.0 102.0 109.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
205 96.0 109.5 102.0 118.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
206 96.0 118.0 102.0 126.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
207 96.0 126.5 102.0 135.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
208 96.0 135.0 102.0 143.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
209 156.0 101.0 162.0 109.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
210 156.0 109.5 162.0 118.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
211 156.0 118.0 162.0 126.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
212 156.0 126.5 162.0 135.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
213 156.0 135.0 162.0 143.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
214 102.0 101.0 108.0 109.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
215 102.0 109.5 108.0 118.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
216 102.0 118.0 108.0 126.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
217 102.0 126.5 108.0 135.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
218 102.0 135.0 108.0 143.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
219 150.0 101.0 156.0 109.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
220 150.0 109.5 156.0 118.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
221 150.0 118.0 156.0 126.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
222 150.0 126.5 156.0 135.0 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
223 150.0 135.0 156.0 143.5 0.0 1 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
224 0 setgray |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
225 (\(\(\(\(\(\(\(..\(\(\(..........\)\)\).\(\(\(\(\(.......\)\)\)\)\)..............\(\(\() 96.0 2.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
226 (SEQ31_1_73_+) 6.0 12.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
227 (GUUUCCGUAGUGUAGUGGUUAUCACGUUCGCCUCACACGCGAAAGGU---------CCCC) 96.0 12.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
228 (51) 462.0 12.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
229 (SEQ9_1_73_+) 6.0 21.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
230 (GCUUCUGUAGUGUAGUGGUUAUCACGUUCGCCUCACACGCGAAAGGU---------CCCC) 96.0 21.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
231 (51) 462.0 21.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
232 (SEQ32_1_73_+) 6.0 29.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
233 (GUUUCCGUAGUGUAGCGGUUAUCACAUUCGCCUCACACGCGAAAGGU---------CCCC) 96.0 29.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
234 (51) 462.0 29.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
235 (SEQ11_1_82_+) 6.0 38.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
236 (GCAGCGAUGGCCGAGUGGUUAAGGCGUUGGACUUGAAAUCCAAUGGGGUCUCCCCGCGCA) 96.0 38.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
237 (60) 462.0 38.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
238 (SEQ13_1_82_+) 6.0 46.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
239 (GUAGUCGUGGCCGAGUGGUUAAGGCGAUGGACUAGAAAUCCAUUGGGGUUUCCCCACGCA) 96.0 46.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
240 (60) 462.0 46.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
241 (.........10........20........30........40........50.........) 96.0 57.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
242 0.6 setgray |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
243 96.0 68.8 102.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
244 102.0 76.9 108.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
245 108.0 76.9 114.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
246 114.0 76.9 120.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
247 120.0 72.8 126.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
248 126.0 76.9 132.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
249 132.0 72.8 138.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
250 138.0 68.8 144.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
251 144.0 76.9 150.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
252 150.0 68.8 156.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
253 156.0 76.9 162.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
254 162.0 76.9 168.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
255 168.0 76.9 174.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
256 174.0 68.8 180.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
257 180.0 68.8 186.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
258 186.0 72.8 192.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
259 192.0 68.8 198.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
260 198.0 68.8 204.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
261 204.0 68.8 210.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
262 210.0 68.8 216.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
263 216.0 68.8 222.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
264 222.0 76.9 228.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
265 228.0 76.9 234.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
266 234.0 76.9 240.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
267 240.0 68.8 246.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
268 246.0 72.8 252.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
269 252.0 72.8 258.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
270 258.0 68.8 264.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
271 264.0 76.9 270.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
272 270.0 68.8 276.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
273 276.0 76.9 282.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
274 282.0 68.8 288.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
275 288.0 68.8 294.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
276 294.0 76.9 300.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
277 300.0 76.9 306.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
278 306.0 76.9 312.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
279 312.0 68.8 318.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
280 318.0 76.9 324.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
281 324.0 76.9 330.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
282 330.0 68.8 336.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
283 336.0 76.9 342.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
284 342.0 68.8 348.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
285 348.0 72.8 354.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
286 354.0 76.9 360.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
287 360.0 68.8 366.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
288 366.0 68.8 372.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
289 372.0 76.9 378.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
290 378.0 84.0 384.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
291 384.0 84.0 390.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
292 390.0 84.0 396.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
293 396.0 84.0 402.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
294 402.0 84.0 408.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
295 408.0 84.0 414.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
296 414.0 84.0 420.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
297 420.0 84.0 426.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
298 426.0 84.0 432.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
299 432.0 68.8 438.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
300 438.0 76.9 444.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
301 444.0 68.8 450.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
302 450.0 76.9 456.0 85.0 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
303 0 setgray |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
304 (\(\(.......\)\)\)\)\)\)\)\)\)\)\)\).) 96.0 91.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
305 (SEQ31_1_73_+) 6.0 102.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
306 (GGUUCGAAACCGGGCGGAAACA) 96.0 102.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
307 (73) 234.0 102.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
308 (SEQ9_1_73_+) 6.0 110.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
309 (GGUUCGAAACCGGGCAGAAGCA) 96.0 110.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
310 (73) 234.0 110.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
311 (SEQ32_1_73_+) 6.0 119.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
312 (GGUUCGAUCCCGGGCGGAAACA) 96.0 119.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
313 (73) 234.0 119.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
314 (SEQ11_1_82_+) 6.0 127.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
315 (GGUUCGAACCCUGCUCGCUGCG) 96.0 127.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
316 (82) 234.0 127.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
317 (SEQ13_1_82_+) 6.0 136.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
318 (GGUUCGAAUCCUGCCGACUACG) 96.0 136.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
319 (82) 234.0 136.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
320 (.........70........80.) 96.0 146.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
321 0.6 setgray |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
322 96.0 158.2 102.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
323 102.0 158.2 108.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
324 108.0 158.2 114.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
325 114.0 158.2 120.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
326 120.0 158.2 126.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
327 126.0 158.2 132.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
328 132.0 158.2 138.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
329 138.0 162.3 144.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
330 144.0 170.4 150.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
331 150.0 158.2 156.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
332 156.0 158.2 162.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
333 162.0 166.4 168.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
334 168.0 158.2 174.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
335 174.0 166.4 180.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
336 180.0 162.3 186.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
337 186.0 166.4 192.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
338 192.0 162.3 198.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
339 198.0 166.4 204.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
340 204.0 166.4 210.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
341 210.0 166.4 216.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
342 216.0 158.2 222.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
343 222.0 166.4 228.0 174.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
344 showpage |