0
|
1 <tool id="build_icm_wrapper" name="Build-ICM" version="0.2">
|
|
2 <description></description>
|
|
3 <requirements>
|
|
4 <requirement type="package" version="3.02">glimmer</requirement>
|
|
5 </requirements>
|
|
6 <command interpreter="python">
|
|
7 build-icm_wrapper.py --biSequence $biSequence
|
|
8 #if str($biDepth)
|
|
9 --biDepth=$biDepth
|
|
10 #end if
|
|
11 #if $biNoStops
|
|
12 --biNoStops
|
|
13 #end if
|
|
14 #if str($biPeriod)
|
|
15 --biPeriod=$biPeriod
|
|
16 #end if
|
|
17 #if $biReverse
|
|
18 --biReverse
|
|
19 #end if
|
|
20 #if str($biWidth)
|
|
21 --biWidth=$biWidth
|
|
22 #end if
|
|
23 #if str($biTransTable)
|
|
24 --biTransTable=$biTransTable
|
|
25 #end if
|
|
26 #if $biStopCodons
|
|
27 --biStopCodons="$biStopCodons"
|
|
28 #end if
|
|
29 --biIcm $biIcm --logfile $logfile
|
|
30 </command>
|
|
31
|
|
32 <inputs>
|
|
33 <param name="biSequence" type="data" format="fasta" label="DNA sequences to be analyzed" help="FASTA format" />
|
|
34
|
|
35 <param name="biDepth" type="integer" value="7" optional="true" label="Depth of the ICM (-d, --depth)" help="The depth is the maximum number of positions in the context window that will be used to determine the probability of the predicted position. The default value is 7." />
|
|
36
|
|
37 <param name="biNoStops" type="boolean" checked="false" label="Do not use any input strings with in-frame stop codons (-F, --no_stops)" help="" />
|
|
38
|
|
39 <param name="biPeriod" type="integer" value="3" optional="true" label="Period of the ICM (-p, --period)" help="The period is the number of different submodels for different positions in the text in a cyclic pattern. E.g., if the period is 3, the first submodel will determine positions 1, 4, 7, etc; the second submodel will determine positions 2, 5, 8, etc; and the third submodel will determine positions 3, 6, 9, etc. For a non-periodic model, use a value of 1. The default value is 3." />
|
|
40
|
|
41 <param name="biReverse" type="boolean" checked="false" label="Use the reverse of the input strings to build the ICM (-r, --reverse)" help="Note that this is merely the reverse and NOT the reverse-complement. In other words, the model is built in the backwards direction." />
|
|
42
|
|
43 <!--
|
|
44 <param name="biText" type="boolean" optional="true" truevalue="true" falsevalue="false" checked="False" label="Output the model in a text format (-t, - -text)" help="This is for informational/debugging purposes only - the glimmer3 program cannot read models in this form." />
|
|
45
|
|
46 <param name="biVerbose" type="integer" value="" optional="true" label="Verbose level (-v, - -verbose)" help="This controls extra debugging output: the higher the value the more output." />
|
|
47 -->
|
|
48
|
|
49 <param name="biWidth" type="integer" value="12" optional="true" label="Width of the ICM (-w, --width)" help="The width includes the predicted position. The default value is 12." />
|
|
50
|
|
51 <param name="biTransTable" type="integer" value="" optional="true" label="Use GenBank translation table number n to specify stop codons (-z, --trans_table)" help="" />
|
|
52
|
|
53 <param name="biStopCodons" type="text" value="" optional="true" label="Specify allowable stop codons as a comma-separated list (-Z, --stop_codons)" help="Sample format: 'tag,tga,taa'. The default stop codons are tag, tga and taa." />
|
|
54 </inputs>
|
|
55
|
|
56 <outputs>
|
|
57 <data name="logfile" format="txt" label="${tool.name} on ${on_string}: log" />
|
|
58 <data name="biIcm" format="glimmer_icm" label="${tool.name} on ${on_string}: ICM" />
|
|
59 </outputs>
|
|
60
|
|
61 <tests>
|
|
62
|
|
63 </tests>
|
|
64 <help>
|
|
65 **What it does**
|
|
66
|
|
67 A probability model of coding sequences, called an interpolated context model or ICM, must be built. This is done by the program *build-icm* from a set of training sequences. These sequences can be obtained in several ways:
|
|
68
|
|
69 1) From known genes in the genome, e.g. genes identified by homology searches.
|
|
70 2) From long, non-overlapping ORFs in the genome as produced by the program *long-orfs*.
|
|
71 3) From genes in a highly similar species/strain.
|
|
72
|
|
73
|
|
74 **License and citation**
|
|
75
|
|
76 This Galaxy tool is Copyright © 2013 `CRS4 Srl.`_ and is released under the `MIT license`_.
|
|
77
|
|
78 .. _CRS4 Srl.: http://www.crs4.it/
|
|
79 .. _MIT license: http://opensource.org/licenses/MIT
|
|
80
|
|
81 If you use this tool in Galaxy, please cite |Cuccuru2013|_.
|
|
82
|
|
83 .. |Cuccuru2013| replace:: Cuccuru, G., Orsini, M., Pinna, A., Sbardellati, A., Soranzo, N., Travaglione, A., Uva, P., Zanetti, G., Fotia, G. (2013) Orione, a web-based framework for NGS analysis in microbiology. *Submitted*
|
|
84 .. _Cuccuru2013: http://orione.crs4.it/
|
|
85
|
|
86 This tool uses `Glimmer`_, which is licensed separately. Please cite |Delcher2007|_.
|
|
87
|
|
88 .. _Glimmer: http://ccb.jhu.edu/software/glimmer/index.shtml
|
|
89 .. |Delcher2007| replace:: Delcher, A. L., Bratke, K. A., Powers, E. C., Salzberg, S. L. (2007) Identifying bacterial genes and endosymbiont DNA with Glimmer. *Bioinformatics* 23(6), 673-679
|
|
90 .. _Delcher2007: http://bioinformatics.oxfordjournals.org/content/23/6/673
|
|
91 </help>
|
|
92 </tool>
|