Mercurial > repos > rnateam > mea
annotate test-data/test_dp.ps @ 1:9ebd60531aa6 draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/rna_tools/mea commit 6767a5ffb02052c844e9d862c79912f998f39d8e
author | rnateam |
---|---|
date | Mon, 20 Nov 2017 05:04:03 -0500 |
parents | 399593f05b4d |
children |
rev | line source |
---|---|
0
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
1 %!PS-Adobe-3.0 EPSF-3.0 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
2 %%Title: RNA Dot Plot |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
3 %%Creator: PS_dot.c,v 1.38 2007/02/02 15:18:13 ivo Exp $, ViennaRNA-2.1.8 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
4 %%CreationDate: Tue Jun 30 15:53:02 2015 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
5 %%BoundingBox: 66 211 518 662 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
6 %%DocumentFonts: Helvetica |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
7 %%Pages: 1 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
8 %%EndComments |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
9 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
10 %Options: -d2 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
11 % |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
12 %This file contains the square roots of the base pair probabilities in the form |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
13 % i j sqrt(p(i,j)) ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
14 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
15 %%BeginProlog |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
16 /DPdict 100 dict def |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
17 DPdict begin |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
18 /logscale false def |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
19 /lpmin 1e-05 log def |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
20 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
21 /box { %size x y box - draws box centered on x,y |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
22 2 index 0.5 mul sub % x -= 0.5 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
23 exch 2 index 0.5 mul sub exch % y -= 0.5 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
24 3 -1 roll dup rectfill |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
25 } bind def |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
26 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
27 /ubox { |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
28 logscale { |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
29 log dup add lpmin div 1 exch sub dup 0 lt { pop 0 } if |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
30 } if |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
31 3 1 roll |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
32 exch len exch sub 1 add box |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
33 } bind def |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
34 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
35 /lbox { |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
36 3 1 roll |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
37 len exch sub 1 add box |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
38 } bind def |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
39 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
40 /drawseq { |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
41 % print sequence along all 4 sides |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
42 [ [0.7 -0.3 0 ] |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
43 [0.7 0.7 len add 0] |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
44 [-0.3 len sub -0.4 -90] |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
45 [-0.3 len sub 0.7 len add -90] |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
46 ] { |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
47 gsave |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
48 aload pop rotate translate |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
49 0 1 len 1 sub { |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
50 dup 0 moveto |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
51 sequence exch 1 getinterval |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
52 show |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
53 } for |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
54 grestore |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
55 } forall |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
56 } bind def |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
57 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
58 /drawgrid{ |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
59 0.01 setlinewidth |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
60 len log 0.9 sub cvi 10 exch exp % grid spacing |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
61 dup 1 gt { |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
62 dup dup 20 div dup 2 array astore exch 40 div setdash |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
63 } { [0.3 0.7] 0.1 setdash } ifelse |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
64 0 exch len { |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
65 dup dup |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
66 0 moveto |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
67 len lineto |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
68 dup |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
69 len exch sub 0 exch moveto |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
70 len exch len exch sub lineto |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
71 stroke |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
72 } for |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
73 [] 0 setdash |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
74 0.04 setlinewidth |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
75 currentdict /cutpoint known { |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
76 cutpoint 1 sub |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
77 dup dup -1 moveto len 1 add lineto |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
78 len exch sub dup |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
79 -1 exch moveto len 1 add exch lineto |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
80 stroke |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
81 } if |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
82 0.5 neg dup translate |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
83 } bind def |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
84 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
85 end |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
86 %%EndProlog |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
87 DPdict begin |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
88 %delete next line to get rid of title |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
89 270 665 moveto /Helvetica findfont 14 scalefont setfont (dot.ps) show |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
90 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
91 /sequence { (\ |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
92 ACGUAGCGGCGAUCGUAGCUAGCGCGCGAGUCGAUCGGCGCGGAUGCAUGCGGCGCGAGCGGUAGCGCGUAGGAGAUAUUAGCGGCGCGAUGCG\ |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
93 ) } def |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
94 /len { sequence length } bind def |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
95 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
96 72 216 translate |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
97 72 6 mul len 1 add div dup scale |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
98 /Helvetica findfont 0.95 scalefont setfont |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
99 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
100 drawseq |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
101 0.5 dup translate |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
102 % draw diagonal |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
103 0.04 setlinewidth |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
104 0 len moveto len 0 lineto stroke |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
105 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
106 /min { 2 copy gt { exch } if pop } bind def |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
107 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
108 /utri{ % i j prob utri |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
109 gsave |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
110 1 min 2 div |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
111 0.85 mul 0.15 add 0.95 0.33 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
112 3 1 roll % prepare hsb color |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
113 sethsbcolor |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
114 % now produce the coordinates for lines |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
115 exch 1 sub dup len exch sub dup 4 -1 roll dup 3 1 roll dup len exch sub |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
116 moveto lineto lineto closepath fill |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
117 grestore |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
118 } bind def |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
119 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
120 %data starts here |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
121 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
122 %start of quadruplex data |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
123 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
124 %draw the grid |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
125 drawgrid |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
126 |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
127 %start of base pair probability data |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
128 1 45 0.037521086 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
129 1 63 0.014295566 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
130 1 91 0.020645728 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
131 2 6 0.004367449 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
132 2 8 0.021705446 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
133 2 11 0.013667321 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
134 2 15 0.003271257 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
135 2 22 0.035590809 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
136 2 24 0.012104068 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
137 2 26 0.004697631 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
138 2 40 0.008961167 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
139 2 42 0.099828325 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
140 2 43 0.149022299 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
141 2 46 0.130891127 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
142 2 52 0.005379135 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
143 2 57 0.039834753 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
144 2 59 0.013489281 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
145 2 61 0.240340024 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
146 2 62 0.014748017 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
147 2 65 0.012986509 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
148 2 87 0.018454189 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
149 2 89 0.198685971 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
150 2 92 0.258042883 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
151 2 94 0.239140657 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
152 3 7 0.020435524 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
153 3 10 0.013735849 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
154 3 14 0.003249549 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
155 3 19 0.012487128 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
156 3 23 0.012668579 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
157 3 25 0.004730655 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
158 3 39 0.008994103 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
159 3 41 0.076982114 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
160 3 45 0.190948035 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
161 3 47 0.015810575 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
162 3 51 0.005415168 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
163 3 56 0.039802053 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
164 3 60 0.241563115 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
165 3 63 0.003875608 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
166 3 86 0.018481981 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
167 3 88 0.199541373 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
168 3 91 0.257491606 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
169 3 93 0.249218165 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
170 4 9 0.013378812 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
171 4 18 0.012395370 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
172 4 21 0.107585739 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
173 4 22 0.009274398 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
174 4 24 0.004418681 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
175 4 38 0.008727279 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
176 4 40 0.070572076 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
177 4 42 0.061372098 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
178 4 43 0.104490298 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
179 4 44 0.200010223 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
180 4 46 0.015931964 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
181 4 50 0.005390376 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
182 4 55 0.037202525 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
183 4 57 0.004029813 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
184 4 58 0.014866920 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
185 4 59 0.237954189 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
186 4 61 0.009749317 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
187 4 62 0.005199825 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
188 4 64 0.013142870 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
189 4 85 0.017574854 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
190 4 87 0.186788879 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
191 4 89 0.003663857 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
192 4 90 0.247333055 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
193 4 92 0.247345722 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
194 5 20 0.110571280 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
195 5 45 0.018536568 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
196 5 49 0.005281456 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
197 5 63 0.013431643 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
198 5 91 0.217923792 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
199 6 16 0.013892313 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
200 6 19 0.111340434 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
201 6 23 0.006732127 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
202 6 39 0.025916162 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
203 6 41 0.844447131 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
204 6 54 0.040029951 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
205 6 56 0.181842067 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
206 6 60 0.149620792 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
207 6 83 0.018806564 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
208 6 86 0.204827846 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
209 6 88 0.350799591 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
210 6 93 0.023085094 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
211 7 15 0.014531894 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
212 7 18 0.111297143 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
213 7 22 0.007515494 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
214 7 33 0.004585087 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
215 7 37 0.064515784 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
216 7 38 0.023622021 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
217 7 40 0.847088320 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
218 7 42 0.007244682 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
219 7 53 0.040045383 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
220 7 55 0.181902420 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
221 7 57 0.112607527 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
222 7 59 0.150083377 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
223 7 61 0.020101947 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
224 7 82 0.018805245 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
225 7 84 0.018804944 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
226 7 85 0.204883438 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
227 7 87 0.351777128 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
228 7 89 0.043066339 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
229 7 92 0.023134223 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
230 7 94 0.003907637 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
231 8 14 0.014827477 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
232 8 16 0.003209920 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
233 8 20 0.011969025 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
234 8 32 0.004614874 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
235 8 36 0.065392120 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
236 8 39 0.847188337 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
237 8 41 0.007178023 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
238 8 54 0.181306532 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
239 8 56 0.080337419 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
240 8 60 0.020086236 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
241 8 83 0.018124772 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
242 8 86 0.351634124 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
243 8 88 0.033522271 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
244 8 91 0.018551778 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
245 9 13 0.009610222 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
246 9 16 0.101290090 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
247 9 19 0.013854560 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
248 9 31 0.004612511 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
249 9 35 0.064869077 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
250 9 36 0.009174145 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
251 9 39 0.009762960 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
252 9 51 0.040238572 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
253 9 54 0.017892412 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
254 9 56 0.224659359 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
255 9 83 0.207194705 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
256 9 86 0.017267611 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
257 9 88 0.064192694 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
258 9 93 0.024125686 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
259 10 15 0.106267019 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
260 10 18 0.013868465 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
261 10 30 0.004596046 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
262 10 33 0.066712846 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
263 10 37 0.847381407 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
264 10 38 0.008186006 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
265 10 50 0.040244507 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
266 10 52 0.178117235 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
267 10 53 0.022350185 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
268 10 55 0.238410141 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
269 10 57 0.003546542 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
270 10 82 0.207212728 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
271 10 84 0.349993064 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
272 10 85 0.016510985 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
273 10 87 0.069764212 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
274 10 89 0.015095559 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
275 10 92 0.024298069 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
276 10 94 0.003668690 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
277 11 32 0.066778179 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
278 11 36 0.847577632 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
279 11 49 0.034418944 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
280 11 51 0.176357702 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
281 11 54 0.238356297 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
282 11 56 0.003552368 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
283 11 79 0.009009634 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
284 11 80 0.085658080 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
285 11 83 0.348590635 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
286 11 86 0.069697953 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
287 11 88 0.014830844 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
288 11 91 0.014586538 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
289 11 93 0.003880719 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
290 12 31 0.065069649 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
291 12 35 0.847389109 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
292 12 49 0.071664533 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
293 12 70 0.005852706 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
294 12 77 0.095653881 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
295 12 79 0.103294789 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
296 12 80 0.086537203 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
297 12 91 0.020714973 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
298 13 29 0.060139119 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
299 13 30 0.034396159 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
300 13 34 0.847175040 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
301 13 48 0.072572200 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
302 13 50 0.012455906 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
303 13 53 0.239385252 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
304 13 71 0.005947257 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
305 13 74 0.010883135 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
306 13 76 0.099046684 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
307 13 78 0.101455563 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
308 13 81 0.099504308 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
309 13 82 0.027687917 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
310 13 85 0.067876723 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
311 13 90 0.025283938 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
312 14 28 0.069953762 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
313 14 30 0.003635706 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
314 14 33 0.847289081 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
315 14 46 0.015512422 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
316 14 50 0.094202845 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
317 14 52 0.246327244 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
318 14 69 0.057875825 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
319 14 73 0.011307529 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
320 14 75 0.099304185 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
321 14 82 0.015780741 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
322 14 84 0.068556444 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
323 14 87 0.017719285 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
324 14 89 0.025309144 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
325 14 94 0.003775421 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
326 15 27 0.071514866 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
327 15 31 0.010847351 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
328 15 32 0.843968222 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
329 15 45 0.015472831 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
330 15 47 0.149926609 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
331 15 49 0.097360282 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
332 15 51 0.246797690 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
333 15 68 0.058270453 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
334 15 77 0.262987322 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
335 15 79 0.222099445 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
336 15 80 0.009088416 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
337 15 83 0.067701853 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
338 15 86 0.018263026 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
339 15 88 0.025217470 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
340 15 93 0.003991467 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
341 16 26 0.067491075 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
342 16 28 0.031008167 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
343 16 29 0.072594599 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
344 16 30 0.201983675 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
345 16 44 0.015076160 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
346 16 46 0.149962565 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
347 16 48 0.097145888 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
348 16 50 0.246761891 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
349 16 67 0.054519211 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
350 16 71 0.010400114 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
351 16 73 0.022474058 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
352 16 74 0.016616876 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
353 16 75 0.040604294 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
354 16 76 0.270624115 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
355 16 78 0.228368573 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
356 16 81 0.019277755 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
357 16 82 0.062560990 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
358 16 85 0.017470895 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
359 16 87 0.024343783 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
360 16 92 0.003984466 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
361 17 31 0.067807624 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
362 17 45 0.135192933 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
363 17 49 0.243922602 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
364 17 70 0.009806352 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
365 17 77 0.210876465 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
366 17 79 0.005721920 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
367 17 80 0.026405295 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
368 17 91 0.003890715 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
369 18 23 0.007566048 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
370 18 25 0.202387424 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
371 18 27 0.766629747 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
372 18 31 0.261859827 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
373 18 32 0.004157726 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
374 18 45 0.004658670 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
375 18 47 0.266002961 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
376 18 66 0.061518302 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
377 18 77 0.010308519 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
378 18 79 0.026034275 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
379 18 80 0.017320703 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
380 18 83 0.033674072 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
381 18 86 0.006370458 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
382 19 24 0.202161595 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
383 19 26 0.766002718 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
384 19 28 0.098227020 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
385 19 30 0.276214409 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
386 19 42 0.007255022 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
387 19 43 0.115466385 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
388 19 46 0.266190796 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
389 19 65 0.061621321 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
390 19 72 0.132433308 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
391 19 73 0.335075981 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
392 19 75 0.174097688 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
393 19 82 0.034009440 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
394 19 85 0.006337894 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
395 20 24 0.041288952 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
396 20 26 0.011266781 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
397 20 28 0.009527024 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
398 20 29 0.269100135 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
399 20 42 0.102651357 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
400 20 43 0.017791755 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
401 20 44 0.029567081 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
402 20 46 0.006913403 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
403 20 64 0.061609346 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
404 20 71 0.132343080 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
405 20 72 0.327064446 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
406 20 73 0.024744916 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
407 20 74 0.172172078 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
408 20 78 0.008616522 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
409 20 81 0.034044897 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
410 20 84 0.005349261 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
411 21 45 0.019901701 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
412 21 63 0.061450239 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
413 21 70 0.094630320 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
414 21 77 0.008770697 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
415 21 80 0.033712127 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
416 22 27 0.144503043 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
417 22 31 0.050422832 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
418 22 41 0.207166987 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
419 22 68 0.019255477 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
420 22 70 0.389118283 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
421 22 79 0.011286016 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
422 22 88 0.007249638 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
423 23 28 0.037382685 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
424 23 30 0.050805185 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
425 23 40 0.207341852 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
426 23 42 0.252666381 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
427 23 43 0.004602337 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
428 23 61 0.061616082 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
429 23 67 0.019277203 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
430 23 69 0.406334190 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
431 23 72 0.004682256 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
432 23 87 0.007270739 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
433 24 31 0.033760458 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
434 24 39 0.207344295 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
435 24 41 0.253201902 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
436 24 60 0.061639786 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
437 24 66 0.019274829 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
438 24 68 0.406511149 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
439 24 70 0.016029681 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
440 24 86 0.007260326 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
441 25 30 0.034038814 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
442 25 38 0.207189392 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
443 25 40 0.253223146 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
444 25 42 0.007561329 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
445 25 59 0.061515545 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
446 25 65 0.019254142 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
447 25 67 0.406511369 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
448 25 69 0.016372634 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
449 25 84 0.005456586 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
450 25 85 0.005217208 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
451 25 94 0.007850186 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
452 26 39 0.252885748 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
453 26 41 0.007602875 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
454 26 63 0.015134489 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
455 26 66 0.406506091 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
456 26 68 0.016378544 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
457 26 83 0.007440764 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
458 26 93 0.008310063 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
459 27 37 0.262262676 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
460 27 38 0.194749775 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
461 27 40 0.007591399 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
462 27 42 0.004178327 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
463 27 57 0.060646786 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
464 27 61 0.006856647 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
465 27 62 0.016172056 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
466 27 65 0.406287833 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
467 27 67 0.016378075 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
468 27 82 0.007447105 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
469 27 92 0.008301162 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
470 27 94 0.004246028 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
471 28 36 0.308389500 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
472 28 39 0.006526280 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
473 28 41 0.004312139 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
474 28 56 0.060646316 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
475 28 60 0.010855479 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
476 28 63 0.019268097 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
477 28 66 0.016299714 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
478 28 91 0.004460063 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
479 28 93 0.004475462 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
480 29 35 0.305668438 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
481 29 63 0.111713816 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
482 30 35 0.021217944 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
483 30 36 0.040438679 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
484 30 39 0.006684463 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
485 30 54 0.060335569 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
486 30 60 0.093092305 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
487 30 63 0.145671356 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
488 30 77 0.006982399 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
489 30 91 0.008049747 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
490 31 38 0.007121915 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
491 31 53 0.060405807 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
492 31 58 0.102211146 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
493 31 59 0.054262976 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
494 31 61 0.020926780 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
495 31 62 0.355366954 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
496 31 76 0.007343760 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
497 31 90 0.009770487 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
498 32 37 0.008976508 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
499 32 52 0.060411444 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
500 32 57 0.112171720 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
501 32 59 0.022765395 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
502 32 61 0.386545258 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
503 32 62 0.019149553 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
504 32 75 0.007376470 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
505 32 89 0.009853263 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
506 33 51 0.060202424 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
507 33 56 0.109875526 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
508 33 60 0.383724314 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
509 33 88 0.009645443 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
510 34 45 0.006544156 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
511 34 49 0.009212129 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
512 34 63 0.003712235 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
513 35 44 0.006721756 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
514 35 48 0.008368024 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
515 35 50 0.013009869 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
516 35 55 0.007498445 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
517 35 57 0.010422186 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
518 35 58 0.331608099 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
519 35 59 0.049103805 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
520 35 62 0.004164222 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
521 35 73 0.005746522 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
522 35 74 0.003269593 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
523 36 43 0.006735926 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
524 36 50 0.014173462 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
525 36 53 0.010751776 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
526 36 55 0.150088918 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
527 36 57 0.360797410 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
528 36 59 0.009049701 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
529 36 61 0.004285642 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
530 36 72 0.005907132 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
531 36 73 0.003296694 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
532 36 87 0.010138181 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
533 37 47 0.003475085 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
534 37 49 0.013285354 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
535 37 54 0.155023410 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
536 37 56 0.303554581 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
537 37 60 0.004274899 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
538 37 86 0.010372872 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
539 38 47 0.059155232 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
540 38 51 0.011959125 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
541 38 54 0.230460425 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
542 38 56 0.221561602 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
543 38 68 0.004180892 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
544 38 70 0.006935648 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
545 39 46 0.059208724 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
546 39 50 0.012018649 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
547 39 52 0.216700833 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
548 39 53 0.180049832 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
549 39 55 0.293106797 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
550 39 57 0.006672659 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
551 39 67 0.004253543 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
552 39 69 0.007186705 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
553 39 84 0.010677991 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
554 40 45 0.038354313 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
555 40 47 0.012692859 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
556 40 49 0.010960050 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
557 40 51 0.260362642 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
558 40 54 0.293413841 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
559 40 56 0.006787752 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
560 40 66 0.004255686 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
561 40 68 0.007188595 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
562 40 83 0.010722221 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
563 41 46 0.012738676 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
564 41 50 0.260610340 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
565 41 52 0.137141405 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
566 41 53 0.280814164 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
567 41 55 0.006805474 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
568 41 65 0.004265493 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
569 41 67 0.007181400 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
570 41 82 0.010720009 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
571 42 47 0.024020779 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
572 42 49 0.237558669 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
573 42 51 0.161383013 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
574 42 54 0.006732983 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
575 42 66 0.006752797 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
576 42 93 0.007784487 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
577 43 47 0.030029679 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
578 43 49 0.005096988 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
579 43 51 0.242156365 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
580 43 80 0.009174223 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
581 43 93 0.004326096 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
582 44 49 0.084853186 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
583 44 70 0.005622445 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
584 44 79 0.010555236 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
585 44 91 0.007563281 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
586 45 50 0.050375260 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
587 45 52 0.014395383 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
588 45 61 0.012956084 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
589 45 64 0.004541817 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
590 45 67 0.004306230 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
591 45 69 0.005968153 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
592 45 78 0.010540639 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
593 45 90 0.007481616 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
594 45 94 0.611990670 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
595 46 51 0.014743705 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
596 46 54 0.003633148 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
597 46 60 0.014157606 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
598 46 63 0.004701867 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
599 46 66 0.008725838 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
600 46 68 0.006115946 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
601 46 77 0.010205016 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
602 46 93 0.844929365 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
603 47 52 0.004893440 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
604 47 53 0.003691975 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
605 47 59 0.014208084 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
606 47 62 0.004727591 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
607 47 65 0.011355058 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
608 47 67 0.006112402 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
609 47 72 0.004387523 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
610 47 73 0.004823292 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
611 47 75 0.005117092 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
612 47 89 0.004439383 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
613 47 92 0.854884327 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
614 48 70 0.003287385 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
615 48 91 0.852545355 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
616 49 57 0.014240061 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
617 49 61 0.005541667 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
618 49 64 0.027074876 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
619 49 69 0.003494650 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
620 49 71 0.013545611 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
621 49 74 0.008745336 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
622 49 87 0.003392678 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
623 49 89 0.500638881 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
624 49 90 0.687224962 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
625 49 94 0.019600277 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
626 50 56 0.014446566 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
627 50 60 0.006234868 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
628 50 63 0.029074204 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
629 50 68 0.003595231 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
630 50 70 0.014187673 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
631 50 86 0.004894875 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
632 50 88 0.854957079 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
633 50 93 0.026690703 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
634 51 55 0.014342853 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
635 51 59 0.006236231 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
636 51 62 0.029401438 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
637 51 67 0.003597607 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
638 51 69 0.014373151 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
639 51 72 0.009478243 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
640 51 85 0.004895816 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
641 51 87 0.855765444 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
642 51 89 0.031333967 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
643 51 92 0.026729787 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
644 52 66 0.003540774 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
645 52 68 0.010239428 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
646 52 86 0.855579282 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
647 52 88 0.022788657 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
648 52 91 0.020615027 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
649 53 60 0.030128010 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
650 53 68 0.042295935 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
651 53 70 0.021470856 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
652 53 83 0.006687683 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
653 53 86 0.009821488 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
654 53 88 0.031592782 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
655 54 59 0.030161365 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
656 54 67 0.044305764 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
657 54 69 0.027833176 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
658 54 72 0.006003260 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
659 54 73 0.004584043 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
660 54 82 0.006699170 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
661 54 84 0.855415726 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
662 54 85 0.009198290 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
663 54 87 0.038349419 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
664 54 89 0.024683668 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
665 54 94 0.007743693 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
666 55 63 0.004177347 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
667 55 66 0.044356410 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
668 55 68 0.027971222 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
669 55 70 0.019603111 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
670 55 83 0.855475752 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
671 55 86 0.038394491 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
672 55 88 0.024771550 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
673 55 93 0.008613265 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
674 56 62 0.004553975 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
675 56 65 0.044360134 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
676 56 67 0.027981546 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
677 56 69 0.034383459 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
678 56 72 0.016469331 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
679 56 73 0.014742567 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
680 56 75 0.003417972 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
681 56 82 0.854226870 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
682 56 84 0.004284036 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
683 56 85 0.038306499 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
684 56 87 0.024772209 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
685 56 92 0.008626194 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
686 57 66 0.025306963 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
687 57 68 0.065891741 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
688 57 70 0.230571481 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
689 57 77 0.005164467 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
690 57 79 0.009166416 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
691 57 80 0.102921631 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
692 57 83 0.004543159 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
693 57 86 0.024594341 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
694 57 91 0.008356748 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
695 58 63 0.006090708 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
696 58 70 0.026598818 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
697 58 77 0.008004488 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
698 58 79 0.113644146 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
699 58 80 0.112782577 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
700 59 66 0.128669116 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
701 59 68 0.801896747 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
702 59 70 0.124445033 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
703 59 77 0.004642866 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
704 59 79 0.081824095 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
705 59 80 0.018016421 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
706 59 83 0.041658916 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
707 59 88 0.010840428 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
708 59 93 0.091998057 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
709 60 65 0.129083699 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
710 60 67 0.802618719 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
711 60 69 0.128700330 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
712 60 72 0.004269792 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
713 60 73 0.004251557 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
714 60 75 0.013383322 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
715 60 82 0.041685356 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
716 60 84 0.012512459 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
717 60 87 0.010967331 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
718 60 92 0.092308158 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
719 60 94 0.010509920 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
720 61 66 0.799006510 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
721 61 68 0.128296443 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
722 61 77 0.027527913 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
723 61 79 0.012802671 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
724 61 80 0.058425842 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
725 61 83 0.012517462 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
726 61 86 0.010550821 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
727 61 91 0.089635301 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
728 61 93 0.016515255 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
729 62 66 0.016092620 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
730 62 68 0.008939286 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
731 62 77 0.184365063 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
732 62 79 0.098074869 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
733 62 80 0.003783512 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
734 62 86 0.004120089 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
735 62 88 0.013646910 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
736 62 91 0.024352420 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
737 62 93 0.278387764 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
738 63 67 0.009731503 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
739 63 71 0.010836445 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
740 63 72 0.004005127 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
741 63 74 0.009262094 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
742 63 75 0.044289773 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
743 63 76 0.186008241 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
744 63 78 0.100799889 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
745 63 81 0.012702778 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
746 63 84 0.006377925 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
747 63 85 0.004693129 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
748 63 87 0.013530602 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
749 63 89 0.007178144 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
750 63 90 0.027351004 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
751 63 92 0.278426675 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
752 64 70 0.010922997 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
753 64 77 0.093995775 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
754 64 79 0.003756619 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
755 64 80 0.012545301 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
756 64 91 0.232970816 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
757 65 77 0.003856379 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
758 65 79 0.010283574 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
759 65 83 0.010452049 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
760 65 86 0.010405874 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
761 65 88 0.119955935 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
762 65 91 0.007155932 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
763 65 93 0.007298737 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
764 66 72 0.083401356 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
765 66 73 0.190878754 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
766 66 75 0.083919306 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
767 66 82 0.010468713 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
768 66 84 0.019553940 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
769 66 85 0.009603068 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
770 66 87 0.120137686 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
771 66 89 0.276151499 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
772 66 92 0.006803754 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
773 67 77 0.006659374 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
774 67 83 0.021320354 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
775 67 86 0.120043445 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
776 67 88 0.278633972 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
777 68 72 0.021773601 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
778 68 73 0.093874610 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
779 68 75 0.035898725 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
780 68 82 0.021525030 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
781 68 84 0.067109636 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
782 68 85 0.100654537 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
783 68 87 0.278647007 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
784 69 77 0.035753327 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
785 69 79 0.188994541 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
786 69 80 0.012025776 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
787 69 83 0.094055814 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
788 69 86 0.278570056 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
789 70 74 0.010727916 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
790 70 75 0.011552397 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
791 70 76 0.037676632 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
792 70 78 0.201236372 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
793 70 81 0.175792959 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
794 70 82 0.087904386 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
795 70 84 0.008008457 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
796 70 85 0.269224462 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
797 71 77 0.200786870 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
798 71 79 0.023407691 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
799 71 80 0.183844324 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
800 72 77 0.018375803 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
801 72 79 0.175344507 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
802 72 80 0.026989439 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
803 72 83 0.217675516 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
804 73 77 0.009943918 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
805 73 79 0.023475545 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
806 73 80 0.162325910 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
807 73 83 0.065050489 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
808 74 79 0.163619801 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
809 74 80 0.054426892 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
810 75 79 0.039481991 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
811 75 80 0.096270277 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
812 75 83 0.011150614 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
813 76 80 0.038209845 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
814 77 81 0.012538807 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
815 77 82 0.007217726 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
816 77 84 0.003386513 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
817 82 93 0.005527246 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
818 83 92 0.005542929 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
819 84 91 0.005065037 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
820 85 93 0.007029342 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
821 86 92 0.007053740 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
822 86 94 0.005293461 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
823 87 91 0.004357089 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
824 87 93 0.011645051 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
825 88 92 0.011626182 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
826 89 93 0.003620304 ubox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
827 6 41 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
828 7 40 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
829 8 39 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
830 10 37 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
831 11 36 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
832 12 35 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
833 13 34 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
834 14 33 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
835 15 32 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
836 18 27 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
837 19 26 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
838 45 94 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
839 46 93 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
840 47 92 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
841 48 91 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
842 49 90 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
843 50 88 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
844 51 87 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
845 52 86 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
846 54 84 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
847 55 83 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
848 56 82 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
849 59 68 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
850 60 67 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
851 61 66 0.9500000 lbox |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
852 showpage |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
853 end |
399593f05b4d
planemo upload commit 6f0b360c2f718f0d3bd436db0f89af3805d7c332-dirty
rnateam
parents:
diff
changeset
|
854 %%EOF |