Mercurial > repos > rnateam > graphclust_postprocessing
annotate test-data/2.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 510 164 |
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 164 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 138.0 11.5 144.0 20.0 0.0 0.6 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
25 138.0 20.0 144.0 28.5 0.0 0.6 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
26 138.0 28.5 144.0 37.0 0.0 0.6 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
27 300.0 92.5 306.0 101.0 0.0 0.6 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
28 300.0 101.0 306.0 109.5 0.0 0.6 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
29 300.0 109.5 306.0 118.0 0.0 0.6 box |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
30 144.0 11.5 150.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
|
31 144.0 20.0 150.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
|
32 144.0 28.5 150.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
|
33 144.0 37.0 150.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
|
34 294.0 92.5 300.0 101.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
|
35 294.0 101.0 300.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
|
36 294.0 109.5 300.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
|
37 294.0 118.0 300.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
|
38 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
|
39 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
|
40 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
|
41 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
|
42 288.0 92.5 294.0 101.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
|
43 288.0 101.0 294.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
|
44 288.0 109.5 294.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
|
45 288.0 118.0 294.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
|
46 156.0 11.5 162.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
|
47 156.0 20.0 162.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
|
48 156.0 28.5 162.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
|
49 156.0 37.0 162.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
|
50 282.0 92.5 288.0 101.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
|
51 282.0 101.0 288.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
|
52 282.0 109.5 288.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
|
53 282.0 118.0 288.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
|
54 174.0 11.5 180.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
|
55 174.0 20.0 180.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
|
56 174.0 28.5 180.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
|
57 174.0 37.0 180.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
|
58 264.0 92.5 270.0 101.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
|
59 264.0 101.0 270.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
|
60 264.0 109.5 270.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
|
61 264.0 118.0 270.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
|
62 180.0 11.5 186.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
|
63 180.0 20.0 186.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
|
64 180.0 28.5 186.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
|
65 180.0 37.0 186.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
|
66 258.0 92.5 264.0 101.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
|
67 258.0 101.0 264.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
|
68 258.0 109.5 264.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
|
69 258.0 118.0 264.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
|
70 186.0 11.5 192.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
|
71 186.0 20.0 192.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
|
72 186.0 28.5 192.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
|
73 186.0 37.0 192.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
|
74 252.0 92.5 258.0 101.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
|
75 252.0 101.0 258.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
|
76 252.0 109.5 258.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
|
77 252.0 118.0 258.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
|
78 192.0 11.5 198.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
|
79 192.0 20.0 198.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
|
80 192.0 28.5 198.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
|
81 192.0 37.0 198.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
|
82 138.0 92.5 144.0 101.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
|
83 138.0 101.0 144.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
|
84 138.0 109.5 144.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
|
85 138.0 118.0 144.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
|
86 198.0 11.5 204.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
|
87 198.0 20.0 204.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
|
88 198.0 28.5 204.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
|
89 198.0 37.0 204.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
|
90 132.0 92.5 138.0 101.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 132.0 101.0 138.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
|
92 132.0 109.5 138.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
|
93 132.0 118.0 138.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
|
94 204.0 11.5 210.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 204.0 20.0 210.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 204.0 28.5 210.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 204.0 37.0 210.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 120.0 92.5 126.0 101.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 120.0 101.0 126.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
|
100 120.0 109.5 126.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
|
101 120.0 118.0 126.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
|
102 210.0 11.5 216.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
|
103 210.0 20.0 216.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
|
104 210.0 28.5 216.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
|
105 210.0 37.0 216.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
|
106 114.0 92.5 120.0 101.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
|
107 114.0 101.0 120.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
|
108 114.0 109.5 120.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
|
109 114.0 118.0 120.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
|
110 216.0 11.5 222.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
|
111 216.0 20.0 222.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
|
112 216.0 28.5 222.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
|
113 216.0 37.0 222.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
|
114 108.0 92.5 114.0 101.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
|
115 108.0 101.0 114.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
|
116 108.0 109.5 114.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
|
117 108.0 118.0 114.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
|
118 222.0 11.5 228.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
|
119 222.0 20.0 228.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
|
120 222.0 28.5 228.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
|
121 222.0 37.0 228.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
|
122 456.0 11.5 462.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
|
123 456.0 20.0 462.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
|
124 456.0 28.5 462.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
|
125 456.0 37.0 462.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
|
126 228.0 11.5 234.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
|
127 228.0 20.0 234.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
|
128 228.0 28.5 234.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
|
129 228.0 37.0 234.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
|
130 450.0 11.5 456.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
|
131 450.0 20.0 456.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
|
132 450.0 28.5 456.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
|
133 450.0 37.0 456.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
|
134 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
|
135 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
|
136 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
|
137 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
|
138 444.0 11.5 450.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
|
139 444.0 20.0 450.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
|
140 444.0 28.5 450.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
|
141 444.0 37.0 450.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
|
142 246.0 11.5 252.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
|
143 246.0 20.0 252.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
|
144 246.0 28.5 252.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
|
145 246.0 37.0 252.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
|
146 432.0 11.5 438.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
|
147 432.0 20.0 438.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
|
148 432.0 28.5 438.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
|
149 432.0 37.0 438.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
|
150 252.0 11.5 258.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
|
151 252.0 20.0 258.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
|
152 252.0 28.5 258.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
|
153 252.0 37.0 258.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
|
154 426.0 11.5 432.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 426.0 20.0 432.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 426.0 28.5 432.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 426.0 37.0 432.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 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
|
159 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
|
160 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
|
161 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
|
162 420.0 11.5 426.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
|
163 420.0 20.0 426.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
|
164 420.0 28.5 426.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
|
165 420.0 37.0 426.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
|
166 264.0 11.5 270.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
|
167 264.0 20.0 270.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
|
168 264.0 28.5 270.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
|
169 264.0 37.0 270.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
|
170 414.0 11.5 420.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
|
171 414.0 20.0 420.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
|
172 414.0 28.5 420.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
|
173 414.0 37.0 420.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
|
174 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
|
175 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
|
176 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
|
177 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
|
178 408.0 11.5 414.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
|
179 408.0 20.0 414.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
|
180 408.0 28.5 414.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
|
181 408.0 37.0 414.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
|
182 276.0 11.5 282.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
|
183 276.0 20.0 282.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
|
184 276.0 28.5 282.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
|
185 276.0 37.0 282.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
|
186 402.0 11.5 408.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
|
187 402.0 20.0 408.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
|
188 402.0 28.5 408.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
|
189 402.0 37.0 408.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
|
190 282.0 11.5 288.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
|
191 282.0 20.0 288.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
|
192 282.0 28.5 288.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
|
193 282.0 37.0 288.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
|
194 396.0 11.5 402.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
|
195 396.0 20.0 402.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
|
196 396.0 28.5 402.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
|
197 396.0 37.0 402.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
|
198 288.0 11.5 294.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
|
199 288.0 20.0 294.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
|
200 288.0 28.5 294.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
|
201 288.0 37.0 294.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
|
202 390.0 11.5 396.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
|
203 390.0 20.0 396.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
|
204 390.0 28.5 396.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
|
205 390.0 37.0 396.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
|
206 324.0 11.5 330.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
|
207 324.0 20.0 330.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
|
208 324.0 28.5 330.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
|
209 324.0 37.0 330.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
|
210 372.0 11.5 378.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
|
211 372.0 20.0 378.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
|
212 372.0 28.5 378.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
|
213 372.0 37.0 378.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
|
214 330.0 11.5 336.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
|
215 330.0 20.0 336.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
|
216 330.0 28.5 336.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
|
217 330.0 37.0 336.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
|
218 366.0 11.5 372.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
|
219 366.0 20.0 372.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
|
220 366.0 28.5 372.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
|
221 366.0 37.0 372.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
|
222 0 setgray |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
223 (......\(\(\(\(..\(\(\(\(\(\(\(\(\(\(\(.\(\(\(\(\(\(\(\(.....\(\(.....\)\)..\)\)\)\)\)\)\)\).\)\)\)) 102.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
|
224 (SEQ72_1_100_+) 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
|
225 (ACCAUCCUUUUCUUGGGGUUGCACUACUGUCCAAUGGGUACCUAGUGAGGGCAGUACUGC) 102.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
|
226 (60) 468.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 (SEQ73_1_100_+) 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
|
228 (ACCAUCCUUUUCUUGGGGUUGCACUACUGUCCAAAGAGCAUGUAGUGAGGGCAGUACUGC) 102.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
|
229 (60) 468.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 (SEQ74_1_100_+) 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
|
231 (ACCAUCCUUUUCUUGGGGUUGCGCUACUGUCCAAUGAGCGCAUAGUGAGGGCAGUACUGC) 102.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
|
232 (60) 468.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 (SEQ75_1_100_+) 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
|
234 (ACCAUCCUUUUCUUGGGGUUGCACUACUGUCUAAUGAGUGCAUAAUGAGGGCAGUAUUGC) 102.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
|
235 (60) 468.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 (.........10........20........30........40........50.........) 102.0 48.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
237 0.6 setgray |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
238 102.0 60.2 108.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
239 108.0 60.2 114.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
240 114.0 60.2 120.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
241 120.0 60.2 126.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
242 126.0 60.2 132.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
243 132.0 60.2 138.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
244 138.0 60.2 144.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
245 144.0 60.2 150.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
246 150.0 60.2 156.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
247 156.0 60.2 162.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
248 162.0 60.2 168.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
249 168.0 60.2 174.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
250 174.0 60.2 180.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
251 180.0 60.2 186.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
252 186.0 60.2 192.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
253 192.0 60.2 198.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
254 198.0 60.2 204.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
255 204.0 60.2 210.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
256 210.0 60.2 216.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
257 216.0 60.2 222.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
258 222.0 60.2 228.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
259 228.0 60.2 234.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
260 234.0 65.7 240.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
261 240.0 60.2 246.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
262 246.0 60.2 252.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
263 252.0 60.2 258.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
264 258.0 60.2 264.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
265 264.0 60.2 270.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
266 270.0 60.2 276.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
267 276.0 60.2 282.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
268 282.0 60.2 288.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
269 288.0 65.7 294.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
270 294.0 60.2 300.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
271 300.0 60.2 306.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
272 306.0 65.7 312.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
273 312.0 60.2 318.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
274 318.0 65.7 324.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
275 324.0 60.2 330.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
276 330.0 71.1 336.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
277 336.0 71.1 342.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
278 342.0 65.7 348.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
279 348.0 71.1 354.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
280 354.0 60.2 360.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
281 360.0 60.2 366.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
282 366.0 65.7 372.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
283 372.0 60.2 378.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
284 378.0 60.2 384.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
285 384.0 60.2 390.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
286 390.0 60.2 396.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
287 396.0 60.2 402.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
288 402.0 60.2 408.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
289 408.0 60.2 414.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
290 414.0 60.2 420.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
291 420.0 60.2 426.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
292 426.0 60.2 432.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
293 432.0 60.2 438.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
294 438.0 65.7 444.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
295 444.0 60.2 450.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
296 450.0 60.2 456.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
297 456.0 60.2 462.0 76.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
298 0 setgray |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
299 (.\)\)\).\)\)..................\)\)\)..\)\)\)\)......) 102.0 83.0 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
300 (SEQ72_1_100_+) 6.0 93.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
301 (UAACUCCUGCACAACACACCGAAAUCAACUAGAGCUUUGC) 102.0 93.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
302 (100) 348.0 93.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
303 (SEQ73_1_100_+) 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
|
304 (UAACGUCUACACAACACACCCACCUCAACUAGAGCUUUGC) 102.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
|
305 (100) 348.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 (SEQ74_1_100_+) 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
|
307 (UAACGCCUGAACAACACACCCGCAUCAACUAGAGCUUUUG) 102.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
|
308 (100) 348.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 (SEQ75_1_100_+) 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
|
310 (UAACGCCUAUACAAUGCACCUGCAUCAACUAGAACUUUGC) 102.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
|
311 (100) 348.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 (.........70........80........90........1) 102.0 129.5 string |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
313 0.6 setgray |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
314 102.0 141.2 108.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
315 108.0 141.2 114.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
316 114.0 141.2 120.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
317 120.0 141.2 126.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
318 126.0 146.7 132.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
319 132.0 146.7 138.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
320 138.0 141.2 144.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
321 144.0 141.2 150.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
322 150.0 152.1 156.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
323 156.0 152.1 162.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
324 162.0 141.2 168.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
325 168.0 141.2 174.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
326 174.0 141.2 180.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
327 180.0 141.2 186.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
328 186.0 146.7 192.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
329 192.0 146.7 198.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
330 198.0 141.2 204.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
331 204.0 141.2 210.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
332 210.0 141.2 216.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
333 216.0 141.2 222.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
334 222.0 152.1 228.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
335 228.0 152.1 234.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
336 234.0 146.7 240.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
337 240.0 146.7 246.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
338 246.0 141.2 252.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
339 252.0 141.2 258.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
340 258.0 141.2 264.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
341 264.0 141.2 270.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
342 270.0 141.2 276.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
343 276.0 141.2 282.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
344 282.0 141.2 288.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
345 288.0 141.2 294.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
346 294.0 141.2 300.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
347 300.0 146.7 306.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
348 306.0 141.2 312.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
349 312.0 141.2 318.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
350 318.0 141.2 324.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
351 324.0 141.2 330.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
352 330.0 146.7 336.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
353 336.0 146.7 342.0 157.5 box2 |
f93c868203cc
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/GraphClust/CollectResults commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
354 showpage |