Mercurial > repos > rnateam > graphclust_align_cluster
annotate test-data/alignment1.ps @ 1:953353eacec2 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 5fe196bd60c65c884ae1685d4b7fb33119564fa7
author | rnateam |
---|---|
date | Sun, 28 Oct 2018 18:52:14 -0400 |
parents | c05c83b3ef0f |
children |
rev | line source |
---|---|
0
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
1 %!PS-Adobe-3.0 EPSF-3.0 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
2 %%BoundingBox: 0 0 444 91 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
3 %%EndComments |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
4 % draws Vienna RNA like colored boxes |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
5 /box { % x1 y1 x2 y2 hue saturation |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
6 gsave |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
7 dup 0.3 mul 1 exch sub sethsbcolor |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
8 exch 3 index sub exch 2 index sub rectfill |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
9 grestore |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
10 } def |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
11 % draws a box in current color |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
12 /box2 { % x1 y1 x2 y2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
13 exch 3 index sub exch 2 index sub rectfill |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
14 } def |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
15 /string { % (Text) x y |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
16 6 add |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
17 moveto |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
18 show |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
19 } def |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
20 0 91 translate |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
21 1 -1 scale |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
22 /Courier findfont |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
23 [10 0 0 -10 0 0] makefont setfont |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
24 150.0 11.5 156.0 20.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
25 150.0 20.0 156.0 28.5 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
26 150.0 28.5 156.0 37.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
27 150.0 37.0 156.0 45.5 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
28 150.0 45.5 156.0 54.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
29 228.0 11.5 234.0 20.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
30 228.0 20.0 234.0 28.5 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
31 228.0 28.5 234.0 37.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
32 228.0 37.0 234.0 45.5 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
33 228.0 45.5 234.0 54.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
34 156.0 11.5 162.0 20.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
35 156.0 20.0 162.0 28.5 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
36 156.0 28.5 162.0 37.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
37 156.0 37.0 162.0 45.5 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
38 156.0 45.5 162.0 54.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
39 222.0 11.5 228.0 20.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
40 222.0 20.0 228.0 28.5 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
41 222.0 28.5 228.0 37.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
42 222.0 37.0 228.0 45.5 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
43 222.0 45.5 228.0 54.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
44 162.0 11.5 168.0 20.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
45 162.0 20.0 168.0 28.5 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
46 162.0 28.5 168.0 37.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
47 162.0 37.0 168.0 45.5 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
48 162.0 45.5 168.0 54.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
49 216.0 11.5 222.0 20.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
50 216.0 20.0 222.0 28.5 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
51 216.0 28.5 222.0 37.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
52 216.0 37.0 222.0 45.5 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
53 216.0 45.5 222.0 54.0 0.16 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
54 168.0 11.5 174.0 20.0 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
55 168.0 20.0 174.0 28.5 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
56 168.0 28.5 174.0 37.0 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
57 168.0 37.0 174.0 45.5 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
58 168.0 45.5 174.0 54.0 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
59 210.0 11.5 216.0 20.0 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
60 210.0 20.0 216.0 28.5 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
61 210.0 28.5 216.0 37.0 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
62 210.0 37.0 216.0 45.5 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
63 210.0 45.5 216.0 54.0 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
64 240.0 11.5 246.0 20.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
65 240.0 20.0 246.0 28.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
66 240.0 28.5 246.0 37.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
67 240.0 37.0 246.0 45.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
68 240.0 45.5 246.0 54.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
69 336.0 11.5 342.0 20.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
70 336.0 20.0 342.0 28.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
71 336.0 28.5 342.0 37.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
72 336.0 37.0 342.0 45.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
73 336.0 45.5 342.0 54.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
74 246.0 11.5 252.0 20.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
75 246.0 20.0 252.0 28.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
76 246.0 28.5 252.0 37.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
77 246.0 37.0 252.0 45.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
78 246.0 45.5 252.0 54.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
79 330.0 11.5 336.0 20.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
80 330.0 20.0 336.0 28.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
81 330.0 28.5 336.0 37.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
82 330.0 37.0 336.0 45.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
83 330.0 45.5 336.0 54.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
84 252.0 11.5 258.0 20.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
85 252.0 20.0 258.0 28.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
86 252.0 28.5 258.0 37.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
87 252.0 37.0 258.0 45.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
88 252.0 45.5 258.0 54.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
89 324.0 11.5 330.0 20.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
90 324.0 20.0 330.0 28.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
91 324.0 28.5 330.0 37.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
92 324.0 37.0 330.0 45.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
93 324.0 45.5 330.0 54.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
94 258.0 11.5 264.0 20.0 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
95 258.0 20.0 264.0 28.5 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
96 258.0 28.5 264.0 37.0 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
97 258.0 37.0 264.0 45.5 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
98 258.0 45.5 264.0 54.0 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
99 318.0 11.5 324.0 20.0 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
100 318.0 20.0 324.0 28.5 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
101 318.0 28.5 324.0 37.0 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
102 318.0 37.0 324.0 45.5 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
103 318.0 45.5 324.0 54.0 0.48 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
104 264.0 11.5 270.0 20.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
105 264.0 20.0 270.0 28.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
106 264.0 28.5 270.0 37.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
107 264.0 37.0 270.0 45.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
108 264.0 45.5 270.0 54.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
109 312.0 11.5 318.0 20.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
110 312.0 20.0 318.0 28.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
111 312.0 28.5 318.0 37.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
112 312.0 37.0 318.0 45.5 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
113 312.0 45.5 318.0 54.0 0.32 1 box |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
114 0 setgray |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
115 (.........\(\(\(\(......\)\)\)\).\(\(\(\(\(.......\)\)\)\)\)..........) 96.0 2.0 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
116 (SEQ47_2_50_+) 6.0 12.5 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
117 (AGGUAU-UAGAAAAAC-CAUUUCAUAACUUUGUCAAAGUUAAAUUAUAGGC) 96.0 12.5 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
118 (49) 408.0 12.5 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
119 (SEQ42_1_50_+) 6.0 21.0 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
120 (GUAAAUAUAGUUUAAC-CAAAACAUCAGAUUGUGAAUCUGACAACAGAGGC) 96.0 21.0 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
121 (50) 408.0 21.0 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
122 (SEQ41_1_50_+) 6.0 29.5 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
123 (ACUCUUUUAGUAUAAA-UAGUACCGUUAACUUCCAAUUAACUAGUUUUGAC) 96.0 29.5 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
124 (50) 408.0 29.5 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
125 (SEQ39_1_50_+) 6.0 38.0 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
126 (GUUCUUGUAGUUGAAA-UACAACGAUGGUUUUUCAUAUCAUUGGUCGUGGU) 96.0 38.0 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
127 (50) 408.0 38.0 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
128 (SEQ34_1_51_+) 6.0 46.5 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
129 (CAGAGAAUAGUUUAAAUUAGAAUCUUAGCUUUGGGUGCUAAUGGUGGAGUU) 96.0 46.5 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
130 (51) 408.0 46.5 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
131 (.........10........20........30........40........50) 96.0 57.0 string |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
132 0.6 setgray |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
133 96.0 80.9 102.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
134 102.0 80.9 108.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
135 108.0 80.9 114.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
136 114.0 80.9 120.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
137 120.0 80.9 126.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
138 126.0 72.8 132.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
139 132.0 80.9 138.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
140 138.0 68.8 144.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
141 144.0 68.8 150.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
142 150.0 68.8 156.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
143 156.0 72.8 162.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
144 162.0 76.9 168.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
145 168.0 76.9 174.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
146 174.0 68.8 180.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
147 180.0 68.8 186.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
148 186.0 76.9 192.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
149 192.0 84.0 198.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
150 198.0 76.9 204.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
151 204.0 68.8 210.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
152 210.0 80.9 216.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
153 216.0 76.9 222.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
154 222.0 72.8 228.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
155 228.0 72.8 234.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
156 234.0 80.9 240.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
157 240.0 76.9 246.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
158 246.0 76.9 252.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
159 252.0 76.9 258.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
160 258.0 76.9 264.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
161 264.0 80.9 270.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
162 270.0 72.8 276.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
163 276.0 68.8 282.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
164 282.0 76.9 288.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
165 288.0 76.9 294.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
166 294.0 76.9 300.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
167 300.0 72.8 306.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
168 306.0 76.9 312.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
169 312.0 80.9 318.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
170 318.0 80.9 324.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
171 324.0 76.9 330.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
172 330.0 76.9 336.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
173 336.0 76.9 342.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
174 342.0 76.9 348.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
175 348.0 76.9 354.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
176 354.0 76.9 360.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
177 360.0 72.8 366.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
178 366.0 80.9 372.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
179 372.0 76.9 378.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
180 378.0 76.9 384.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
181 384.0 68.8 390.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
182 390.0 76.9 396.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
183 396.0 76.9 402.0 85.0 box2 |
c05c83b3ef0f
planemo upload for repository https://github.com/bgruening/galaxytools/tools/GraphClust/AlignCluster commit 4406735e44aba20859c252be39f4e99df28c7a92
rnateam
parents:
diff
changeset
|
184 showpage |