This file is indexed.

/var/lib/mobyle/programs/growthpred.xml is in mobyle-programs 5.1.2-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
<?xml version='1.0' encoding='UTF-8'?>
<!-- XML Authors: Sandrine Larroude 	                                             -->
<!-- 'Biological Software and Databases' Group, Institut Pasteur, Paris.         -->
<!-- Distributed under LGPLv2 License. Please refer to the COPYING.LIB document. -->
<program>
  <head>
    <name>growthpred</name>
    <version>v1.07</version>
    <doc>
      <title>growthpred</title>
      <description>
        <text lang="en">Sequence-based Prediction of Minimum Generation Times for Bacteria and Archaea</text>
      </description>
      <authors>S. Vieira-Silva, E. Rocha</authors>
      <reference>
        <a xmlns="http://www.w3.org/1999/xhtml" target="ftp" href="ftp://ftp.pasteur.fr/pub/gensoft/projects/growthpred/"> The program sources and Example files are downloadable here. </a>
      </reference>
      <reference>Vieira-Silva S,  Rocha EPC, 2010 The Systemic Imprint of Growth and Its Uses in Ecological (Meta)Genomics. PLoS Genet 6(1): e1000808. doi:10.1371/journal.pgen.1000808</reference>
      <doclink>http://bioweb2.pasteur.fr/docs/growthpred/growthpred.pdf</doclink>
      <comment>
        <text lang="en">This application predicts the minimum generation time for a bacterial or archaeal organism based on  its codon usage bias intensity (CUB). 
    	The CUB index is calculated given two input sets of sequences: 1) highly expressed genes 2) other genes. 
    	The application runs 1000 bootstraps and outputs the average and the standard deviation of the predictions.
    	</text>
      </comment>
      <sourcelink>ftp://ftp.pasteur.fr/pub/GenSoft/projects/growthpred/</sourcelink>
    </doc>
    <category>sequence:nucleic:prediction</category>
    <category>sequence:nucleic:codon_usage</category>
    <command>growthpred</command>
  </head>
  <parameters>
    <parameter>
      <name>example</name>
      <prompt lang="en">Run with example data (-e)</prompt>
      <argpos>4</argpos>
      <type>
        <datatype>
          <class>Boolean</class>
        </datatype>
      </type>
      <vdef>
        <value>0</value>
      </vdef>
      <format>
        <code proglang="python">( "" , " -e " )[value]</code>
      </format>
      <comment>
        <text lang="en">Use a set of example files (E. coli K12) to run the program.</text>
        <text lang="en">The expected results depending on the choosen option and the example files are shown in the program help pages (end of the form).</text>
      </comment>
    </parameter>
    <paragraph>
      <name>input</name>
      <prompt lang="en">Input section</prompt>
      <argpos>1</argpos>
      <parameters>
        <parameter ismandatory="1">
          <name>hsequence</name>
          <prompt lang="en">Enter sequences of highly expressed genes (-f)</prompt>
          <type>
            <biotype>DNA</biotype>
            <datatype>
              <class>Sequence</class>
            </datatype>
            <dataFormat>FASTA</dataFormat>
            <card>1,n</card>
          </type>
          <precond>
            <code proglang="python">not example and not b</code>
          </precond>
          <format>
            <code proglang="python">( "" , " -f " + str( value ) + " " )[value is not None]</code>
          </format>
          <comment>
            <text lang="en">Set of genes under purifying selection for codon usage.</text>
          </comment>
        </parameter>
        <parameter>
          <name>b</name>
          <prompt lang="en">Retrieve ribosomal protein genes by blast (-b)</prompt>
          <type>
            <datatype>
              <class>Boolean</class>
            </datatype>
          </type>
          <vdef>
            <value>0</value>
          </vdef>
          <format>
            <code proglang="python">( "" , " -b")[value]</code>
          </format>
        </parameter>
        <parameter ismandatory="1">
          <name>nhsequence</name>
          <prompt lang="en">Enter sequences of non-highly expressed genes/Complete genome (-g)</prompt>
          <type>
            <biotype>DNA</biotype>
            <datatype>
              <class>Sequence</class>
            </datatype>
            <dataFormat>FASTA</dataFormat>
            <card>1,n</card>
          </type>
          <precond>
            <code proglang="python">not example</code>
          </precond>
          <format>
            <code proglang="python">( "" , " -g " + str( value ) + " " )[value is not None]</code>
          </format>
          <comment>
            <text lang="en">Set of control genes with near random codon usage.</text>
          </comment>
        </parameter>
        <parameter>
          <name>typeg</name>
          <prompt lang="en">Mixed organisms sequences</prompt>
          <type>
            <datatype>
              <class>Boolean</class>
            </datatype>
          </type>
          <vdef>
            <value>0</value>
          </vdef>
          <format>
            <code proglang="python">( "" , " -m" )[value]</code>
          </format>
          <comment>
            <text lang="en">You need to precise to the program if your sequences are metagenome or mixed organisms sequences.</text>
          </comment>
        </parameter>
      </parameters>
    </paragraph>
    <paragraph>
      <name>codon_remove</name>
      <prompt lang="en">Remove from sequences</prompt>
      <argpos>3</argpos>
      <parameters>
        <parameter>
          <name>fc</name>
          <prompt lang="en">First codon (-s)</prompt>
          <type>
            <datatype>
              <class>Boolean</class>
            </datatype>
          </type>
          <vdef>
            <value>1</value>
          </vdef>
          <format>
            <code proglang="python">( " -s " , "" )[value!=vdef]</code>
          </format>
        </parameter>
        <parameter>
          <name>lc</name>
          <prompt lang="en">Last codon (-S)</prompt>
          <type>
            <datatype>
              <class>Boolean</class>
            </datatype>
          </type>
          <vdef>
            <value>1</value>
          </vdef>
          <format>
            <code proglang="python">( " -S " , "" )[value]</code>
          </format>
        </parameter>
      </parameters>
      <layout>
        <hbox>
          <box>fc</box>
          <box>lc</box>
        </hbox>
      </layout>
    </paragraph>
    <paragraph>
      <name>options</name>
      <prompt lang="en">Options</prompt>
      <argpos>2</argpos>
      <parameters>
        <parameter>
          <name>geneticcode</name>
          <prompt lang="en">Choose genetic code (-c)</prompt>
          <type>
            <datatype>
              <class>Choice</class>
            </datatype>
          </type>
          <vdef>
            <value>0</value>
          </vdef>
          <vlist>
            <velem>
              <value>0</value>
              <label>Universal</label>
            </velem>
            <velem>
              <value>1</value>
              <label>Yeast Mitochondrial</label>
            </velem>
            <velem>
              <value>2</value>
              <label>Vertebrate Mitochondrial</label>
            </velem>
            <velem>
              <value>3</value>
              <label>Mold/Protozoan/Mycoplasma/Spiroplasma</label>
            </velem>
            <velem>
              <value>4</value>
              <label>Invertebrate Mitochondrial</label>
            </velem>
            <velem>
              <value>5</value>
              <label>Candida cylindracea</label>
            </velem>
            <velem>
              <value>6</value>
              <label>Ciliate</label>
            </velem>
            <velem>
              <value>7</value>
              <label>Euplotes</label>
            </velem>
            <velem>
              <value>8</value>
              <label>Echinoderm/Flatworm Mitochondrial</label>
            </velem>
          </vlist>
          <format>
            <code proglang="python">" -c " + str( value )</code>
          </format>
        </parameter>
        <parameter>
          <name>rfiles</name>
          <prompt lang="en">Recover file with ribosomal protein genes retrieved by blast or given as input (-r)</prompt>
          <type>
            <datatype>
              <class>Boolean</class>
            </datatype>
          </type>
          <vdef>
            <value>0</value>
          </vdef>
          <format>
            <code proglang="python">( "" , " -r")[value]</code>
          </format>
        </parameter>
        <parameter>
          <name>ifiles</name>
          <prompt lang="en">Recover file with codon usage bias indexes for each gene (-i)</prompt>
          <type>
            <datatype>
              <class>Boolean</class>
            </datatype>
          </type>
          <vdef>
            <value>0</value>
          </vdef>
          <format>
            <code proglang="python">( "" , " -i")[value ]</code>
          </format>
        </parameter>
        <parameter>
          <name>autotemp</name>
          <prompt lang="en">Estimate optimal growth temperature (-t)</prompt>
          <type>
            <datatype>
              <class>Boolean</class>
            </datatype>
          </type>
          <vdef>
            <value>0</value>
          </vdef>
          <format>
            <code proglang="python">( "" , " -t")[value ]</code>
          </format>
        </parameter>
        <parameter>
          <name>temp</name>
          <prompt lang="en">Enter optimal growth temperature (Celsius) (-T)</prompt>
          <type>
            <datatype>
              <class>Integer</class>
            </datatype>
          </type>
          <vdef>
            <value>36</value>
          </vdef>
          <precond>
            <code proglang="perl">not $autotemp</code>
            <code proglang="python">not autotemp</code>
          </precond>
          <format>
            <code proglang="python">( "" , " -T " + str( value ) )[value is not None and value != vdef]</code>
          </format>
        </parameter>
        <parameter>
          <name>outfile</name>
          <prompt lang="en">Outfile name (-o)</prompt>
          <type>
            <datatype>
              <class>Filename</class>
            </datatype>
          </type>
          <vdef>
            <value>outfile</value>
          </vdef>
          <format>
            <code proglang="python">( "" , " -o " + str(value))[ value is not None ]</code>
          </format>
        </parameter>
      </parameters>
    </paragraph>
    <parameter isout="1">
      <name>res</name>
      <type>
        <datatype>
          <class>Text</class>
        </datatype>
      </type>
      <prompt lang="en">Prediction results</prompt>
      <filenames>
        <code proglang="python">"*.results"</code>
      </filenames>
    </parameter>
    <parameter isout="1">
      <name>err</name>
      <type>
        <datatype>
          <class>Text</class>
        </datatype>
      </type>
      <prompt lang="en">Prediction error(s)</prompt>
      <filenames>
        <code proglang="python">"*.errors"</code>
      </filenames>
    </parameter>
    <parameter isout="1">
      <name>cubs</name>
      <type>
        <datatype>
          <class>Text</class>
        </datatype>
      </type>
      <prompt lang="en">Codon usage bias indexes for each gene</prompt>
      <precond>
        <code proglang="python">ifiles</code>
      </precond>
      <filenames>
        <code proglang="python">"*.cub"</code>
      </filenames>
    </parameter>
    <parameter isout="1">
      <name>ribs</name>
      <type>
        <datatype>
          <class>Text</class>
        </datatype>
      </type>
      <prompt lang="en">Ribosomal protein genes retrieved by blast</prompt>
      <precond>
        <code proglang="python">rfiles</code>
      </precond>
      <filenames>
        <code proglang="python">"*.ribs"</code>
      </filenames>
    </parameter>
  </parameters>
</program>