1
|
1 <tool id="augustus" name="Augustus" version="0.3.1">
|
0
|
2 <description>gene prediction for eukaryotic genomes</description>
|
1
|
3 <parallelism method="multi" split_inputs="input_genome" split_mode="to_size" split_size="10" merge_outputs="output,protein_output,codingseq_output"></parallelism>
|
0
|
4 <requirements>
|
|
5 <requirement type="package" version="2.7">augustus</requirement>
|
|
6 <requirement type="set_environment">AUGUSTUS_SCRIPT_PATH</requirement>
|
|
7 </requirements>
|
|
8 <command>
|
|
9 ## please set export AUGUSTUS_CONFIG_PATH=/path_to_augustus/augustus/config
|
|
10 ## or use the --AUGUSTUS_CONFIG_PATH=path if you are not installing through the toolshed
|
|
11 ## Augustus writes the protein and coding sequences as comment into the gff/gtf file an external script is used to extract the sequences into additional files
|
|
12
|
|
13 augustus
|
|
14 --strand=$strand
|
|
15 $noInFrameStop
|
|
16 $gff
|
1
|
17
|
|
18 #if 'protein' in str($outputs).split(','):
|
|
19 --protein=on
|
|
20 #else:
|
|
21 --protein=off
|
|
22 #end if
|
|
23
|
|
24 #if 'codingseq' in str($outputs).split(','):
|
|
25 --codingseq=on
|
|
26 #else:
|
|
27 --codingseq=off
|
|
28 #end if
|
|
29
|
|
30 #if 'introns' in str($outputs).split(','):
|
|
31 --introns=on
|
|
32 #else:
|
|
33 --introns=off
|
|
34 #end if
|
|
35
|
|
36 #if 'start' in str($outputs).split(','):
|
|
37 --start=on
|
|
38 #else:
|
|
39 --stop=off
|
|
40 #end if
|
|
41
|
|
42 #if 'stop' in str($outputs).split(','):
|
|
43 --stop=on
|
|
44 #else:
|
|
45 --stop=off
|
|
46 #end if
|
|
47
|
|
48 #if 'cds' in str($outputs).split(','):
|
|
49 --cds=on
|
|
50 #else:
|
|
51 --cds=off
|
|
52 #end if
|
|
53
|
0
|
54 $singlestrand
|
|
55 $input_genome
|
|
56 $mea
|
|
57 $utr
|
|
58 --genemodel=$genemodel
|
|
59 --species=$organism
|
|
60 ##--outfile=$output
|
|
61 | tee $output
|
1
|
62 #if 'protein' in str($outputs).split(',') or 'codingseq' in str($outputs).split(','):
|
0
|
63 | python \$AUGUSTUS_SCRIPT_PATH/extract_features.py
|
1
|
64 #if 'protein' in str($outputs).split(','):
|
0
|
65 --protein $protein_output
|
|
66 #end if
|
1
|
67 #if 'codingseq' in str($outputs).split(','):
|
0
|
68 --codingseq $codingseq_output
|
|
69 #end if
|
|
70 #end if
|
|
71 </command>
|
|
72 <inputs>
|
|
73 <param name="input_genome" type="data" format="fasta" label="Genome Sequence"/>
|
|
74 <param name="noInFrameStop" type="boolean" label="Don't report transcripts with in-frame stop codons (--noInFrameStop)" truevalue="--noInFrameStop=true" falsevalue="--noInFrameStop=false" checked="false" help="Otherwise, intron-spanning stop codons could occur" />
|
|
75 <param name="singlestrand" type="boolean" label="Predict genes independently on each strand, allow overlapping genes on opposite strands (--singlestrand)" truevalue="--singlestrand=true" falsevalue="--singlestrand=false" checked="false" />
|
|
76 <param name="mea" type="boolean" label="Using the maximum expected accuracy approach (--mea)" truevalue="--mea=1" falsevalue="" checked="false" help="MEA is an alternative decoding approach." />
|
|
77 <param name="utr" type="boolean" label="Predict the untranslated regions in addition to the coding sequence (--UTR)" truevalue="--UTR=on" falsevalue="--UTR=off" checked="false" help="This currently works only for human, galdieria, toxoplasma and caenorhabditis." />
|
|
78
|
|
79 <param name="organism" label="Model Organism" type="select" multiple="false" format="text" help="Choose a specialised trainingset.">
|
|
80 <option value="human">Homo sapiens</option>
|
|
81 <option value="fly">Drosophila melanogaster</option>
|
|
82 <option value="arabidopsis">Arabidopsis thaliana</option>
|
|
83 <option value="brugia ">Brugia malayi</option>
|
|
84 <option value="aedes">Aedes aegypti</option>
|
|
85 <option value="tribolium2012">Tribolium castaneum</option>
|
|
86 <option value="schistosoma">Schistosoma mansoni</option>
|
|
87 <option value="tetrahymena">Tetrahymena thermophila</option>
|
|
88 <option value="galdieria">Galdieria sulphuraria</option>
|
|
89 <option value="maize">Zea mays</option>
|
|
90 <option value="toxoplasma ">Toxoplasma gondii</option>
|
|
91 <option value="caenorhabditis ">Caenorhabditis elegans</option>
|
|
92 <option value="aspergillus_fumigatus">Aspergillus fumigatus</option>
|
|
93 <option value="aspergillus_nidulans ">Aspergillus nidulans</option>
|
|
94 <option value="aspergillus_oryzae ">Aspergillus oryzae</option>
|
|
95 <option value="aspergillus_terreus">Aspergillus terreus</option>
|
|
96 <option value="botrytis_cinerea ">Botrytis cinerea</option>
|
|
97 <option value="candida_albicans ">Candida albicans</option>
|
|
98 <option value="candida_guilliermondii ">Candida guilliermondii</option>
|
|
99 <option value="candida_tropicalis ">Candida tropicalis</option>
|
|
100 <option value="chaetomium_globosum">Chaetomium globosum</option>
|
|
101 <option value="coccidioides_immitis ">Coccidioides immitis</option>
|
|
102 <option value="coprinus ">Coprinus cinereus</option>
|
|
103 <option value="coprinus_cinereus">Coprinus cinereus</option>
|
|
104 <option value="cryptococcus_neoformans_gattii ">Cryptococcus neoformans gattii</option>
|
|
105 <option value="cryptococcus_neoformans_neoformans_B ">Cryptococcus neoformans neoformans</option>
|
|
106 <option value="cryptococcus_neoformans_neoformans_JEC21 ">Cryptococcus neoformans neoformans</option>
|
|
107 <option value="debaryomyces_hansenii">Debaryomyces hansenii</option>
|
|
108 <option value="encephalitozoon_cuniculi_GB">Encephalitozoon cuniculi</option>
|
|
109 <option value="eremothecium_gossypii">Eremothecium gossypii</option>
|
|
110 <option value="fusarium_graminearum ">Fusarium graminearum</option>
|
|
111 <option value="histoplasma_capsulatum ">Histoplasma capsulatum</option>
|
|
112 <option value="(histoplasma)">Histoplasma capsulatum</option>
|
|
113 <option value="kluyveromyces_lactis ">Kluyveromyces lactis</option>
|
|
114 <option value="laccaria_bicolor ">Laccaria bicolor</option>
|
|
115 <option value="lamprey">Petromyzon marinus</option>
|
|
116 <option value="leishmania_tarentolae">Leishmania tarentolae</option>
|
|
117 <option value="lodderomyces_elongisporus">Lodderomyces elongisporus</option>
|
|
118 <option value="magnaporthe_grisea ">Magnaporthe grisea</option>
|
|
119 <option value="neurospora_crassa">Neurospora crassa</option>
|
|
120 <option value="phanerochaete_chrysosporium">Phanerochaete chrysosporium</option>
|
|
121 <option value="pichia_stipitis">Pichia stipitis</option>
|
|
122 <option value="rhizopus_oryzae">Rhizopus oryzae</option>
|
|
123 <option value="saccharomyces_cerevisiae_S288C ">Saccharomyces cerevisiae</option>
|
|
124 <option value="saccharomyces_cerevisiae_rm11-1a_1 ">Saccharomyces cerevisiae</option>
|
|
125 <option value="(saccharomyces)">Saccharomyces cerevisiae</option>
|
|
126 <option value="schizosaccharomyces_pombe">Schizosaccharomyces pombe</option>
|
|
127 <option value="trichinella">Trichinella spiralis</option>
|
|
128 <option value="ustilago_maydis">Ustilago maydis</option>
|
|
129 <option value="yarrowia_lipolytica">Yarrowia lipolytica</option>
|
|
130 <option value="nasonia">Nasonia vitripennis</option>
|
|
131 <option value="tomato">Solanum lycopersicum</option>
|
|
132 <option value="chlamydomonas">Chlamydomonas reinhardtii</option>
|
|
133 <option value="amphimedon">Amphimedon queenslandica</option>
|
|
134 <option value="pneumocystis">Pneumocystis jirovecii</option>
|
|
135 <option value="chicken">Gallus gallus domesticus (chicken)</option>
|
|
136 <option value="cacao">Theobroma cacao (cacao)</option>
|
|
137 <option value="heliconius_melpomene1">Heliconius melpomene</option>
|
|
138 <option value="xenoturbella">Xenoturbella</option>
|
|
139 </param>
|
|
140
|
|
141 <param name="strand" type="select" multiple="false" format="text" help="Report predicted genes on both strands, just the forward or just the backward strand.">
|
|
142 <option value="both">both</option>
|
|
143 <option value="forward">forward</option>
|
|
144 <option value="backward">backward</option>
|
|
145 </param>
|
|
146
|
|
147 <param name="genemodel" label="Gene Model" type="select" multiple="false" format="text" help="Gene Model to predict, for more information please refere to the help.">
|
|
148 <option value="complete">complete</option>
|
|
149 <option value="partial">partial</option>
|
|
150 <option value="intronless">intronless</option>
|
|
151 <option value="atleastone">atleastone</option>
|
|
152 <option value="exactlyone">exactlyone</option>
|
|
153 <option value="bacterium">bacterium (beta version)</option>
|
|
154 </param>
|
|
155
|
1
|
156
|
0
|
157 <param name="gff" type="boolean" label="GFF formated output, standard is GTF (--gff3)" truevalue="--gff3=on" falsevalue="--gff3=off" checked="false" />
|
|
158
|
1
|
159 <param name="outputs" type="select" display="checkboxes" multiple="True" label="Output options">
|
|
160 <option value="protein" selected="True">predicted protein sequences (--protein)</option>
|
|
161 <option value="codingseq" selected="True">coding sequence as comment in the output file (--codingseq)</option>
|
|
162 <option value="introns">predicted intron sequences (--introns)</option>
|
|
163 <option value="start">predicted start codons (--start)</option>
|
|
164 <option value="stop">predicted stop codons (--stop)</option>
|
|
165 <option value="cds" selected="true">CDS region (--cds)</option>
|
|
166
|
|
167 <validator type="no_options" message="Please select at least one output file." />
|
|
168 </param>
|
|
169
|
|
170
|
0
|
171 </inputs>
|
|
172 <outputs>
|
|
173 <data format="gtf" name="output" label="${tool.name} on ${on_string}: GTF/GFF">
|
|
174 <change_format>
|
|
175 <when input="gff" value="--gff3=on" format="gff" />
|
|
176 </change_format>
|
|
177 </data>
|
|
178 <data format="fasta" name="protein_output" label="${tool.name} on ${on_string}: Protein sequence">
|
1
|
179 <filter>'protein' in outputs</filter>
|
0
|
180 </data>
|
|
181 <data format="fasta" name="codingseq_output" label="${tool.name} on ${on_string}: Coding sequence">
|
1
|
182 <filter>'codingseq' in outputs</filter>
|
0
|
183 </data>
|
|
184 </outputs>
|
|
185 <tests>
|
|
186 <test>
|
|
187 <param name="input_genome" value="human_augustus.fa" ftype="fasta" />
|
|
188 <param name="organism" value="human" />
|
|
189 <param name="utr" value="--UTR=on" />
|
|
190 <output name="output" file="human_augustus_utr-on.gtf" ftype="gtf" lines_diff="2"/>
|
|
191 </test>
|
|
192 <test>
|
|
193 <param name="input_genome" value="human_augustus.fa" ftype="fasta" />
|
|
194 <param name="organism" value="human" />
|
|
195 <param name="utr" value="--UTR=on" />
|
|
196 <param name="gff" value="--gff3=on" />
|
|
197 <output name="output" file="human_augustus_utr-on.gff" ftype="gff3" lines_diff="2"/>
|
|
198 </test>
|
|
199 <test>
|
|
200 <param name="input_genome" value="arabidopsis_augustus.fa" ftype="fasta" />
|
|
201 <param name="organism" value="arabidopsis" />
|
|
202 <param name="singlestrand" value="--singlestrand=true" />
|
|
203 <param name="mea" value="--mea=1" />
|
|
204 <output name="output" file="arabidopsis_augustus_utr-off_singlestrand-on_mea-on.gtf" ftype="gtf" lines_diff="2"/>
|
|
205 </test>
|
|
206 <test>
|
|
207 <param name="input_genome" value="human_augustus.fa" ftype="fasta" />
|
|
208 <param name="organism" value="human" />
|
1
|
209 <param name="outputs" value="protein,codingseq,introns,cds" />
|
0
|
210 <output name="output" file="human_augustus_protein_codingseq_introns_cds_main.gtf" ftype="gff" lines_diff="2"/>
|
|
211 <output name="codingseq_output" file="human_augustus_protein_codingseq_introns_cds_codingseq.fasta" ftype="fasta" />
|
|
212 <output name="protein_output" file="human_augustus_protein_codingseq_introns_cds_protein.fasta" ftype="fasta" />
|
|
213 </test>
|
|
214 </tests>
|
|
215 <help>
|
|
216
|
|
217 **What it does**
|
|
218
|
|
219 AUGUSTUS is a gene prediction program for eukaryotes written by Mario Stanke and Oliver Keller.
|
|
220 It can be used as an ab initio program, which means it bases its prediction purely on the
|
|
221 sequence. AUGUSTUS may also incorporate hints on the gene structure coming from extrinsic sources
|
|
222 such as EST, MS/MS, protein alignments and synthenic genomic alignments.
|
|
223
|
|
224 -----
|
|
225
|
|
226 **Parameters**
|
|
227
|
|
228 Gene Model::
|
|
229
|
|
230 partial : allow prediction of incomplete genes at the sequence boundaries (default)
|
|
231 intronless : only predict single-exon genes like in prokaryotes and some eukaryotes
|
|
232 complete : only predict complete genes
|
|
233 atleastone : predict at least one complete gene
|
|
234 exactlyone : predict exactly one complete gene
|
|
235
|
|
236
|
|
237
|
|
238 **Example**
|
|
239
|
|
240 Suppose you have the following DNA formatted sequences::
|
|
241
|
|
242 >Seq1
|
|
243 cccgcggagcgggtaccacatcgctgcgcgatgtgcgagcgaacacccgggctgcgcccg
|
|
244 ggtgttgcgctcccgctccgcgggagcgctggcgggacgctgcgcgtcccgctcaccaag
|
|
245 cccgcttcgcgggcttggtgacgctccgtccgctgcgcttccggagttgcggggcttcgc
|
|
246 cccgctaaccctgggcctcgcttcgctccgccttgggcctgcggcgggtccgctgcgctc
|
|
247 ccccgcctcaagggcccttccggctgcgcctccaggacccaaccgcttgcgcgggcctgg
|
|
248
|
|
249 Running this tool will produce this::
|
|
250
|
|
251 # ----- prediction on sequence number 1 (length = 1992969, name = scaffold1|size1992969) -----
|
|
252 #
|
|
253 # Constraints/Hints:
|
|
254 # (none)
|
|
255 # Predicted genes for sequence number 1 on both strands
|
|
256 # start gene g1
|
|
257 scaffold1|size1992969 AUGUSTUS gene 17453 19382 0.11 + . g6
|
|
258 scaffold1|size1992969 AUGUSTUS transcript 17453 19382 0.11 + . g6.t1
|
|
259 scaffold1|size1992969 AUGUSTUS start_codon 17453 17455 . + 0 transcript_id "g6.t1"; gene_id "g6";
|
|
260 scaffold1|size1992969 AUGUSTUS intron 17615 17660 0.38 + . transcript_id "g6.t1"; gene_id "g6";
|
|
261 scaffold1|size1992969 AUGUSTUS intron 17708 17772 0.54 + . transcript_id "g6.t1"; gene_id "g6";
|
|
262 scaffold1|size1992969 AUGUSTUS intron 17902 18035 0.58 + . transcript_id "g6.t1"; gene_id "g6";
|
|
263 scaffold1|size1992969 AUGUSTUS intron 18313 18367 0.99 + . transcript_id "g6.t1"; gene_id "g6";
|
|
264 scaffold1|size1992969 AUGUSTUS intron 19014 19080 0.44 + . transcript_id "g6.t1"; gene_id "g6";
|
|
265 scaffold1|size1992969 AUGUSTUS CDS 17453 17614 0.55 + 0 transcript_id "g6.t1"; gene_id "g6";
|
|
266 scaffold1|size1992969 AUGUSTUS CDS 17661 17707 0.38 + 0 transcript_id "g6.t1"; gene_id "g6";
|
|
267 scaffold1|size1992969 AUGUSTUS CDS 17773 17901 0.54 + 1 transcript_id "g6.t1"; gene_id "g6";
|
|
268 scaffold1|size1992969 AUGUSTUS CDS 18036 18312 0.52 + 1 transcript_id "g6.t1"; gene_id "g6";
|
|
269 scaffold1|size1992969 AUGUSTUS CDS 18368 19013 0.99 + 0 transcript_id "g6.t1"; gene_id "g6";
|
|
270 scaffold1|size1992969 AUGUSTUS CDS 19081 19379 0.31 + 2 transcript_id "g6.t1"; gene_id "g6";
|
|
271 scaffold1|size1992969 AUGUSTUS stop_codon 19380 19382 . + 0 transcript_id "g6.t1"; gene_id "g6";
|
|
272
|
|
273
|
|
274 **References**
|
|
275
|
|
276 Mario Stanke and Stephan Waack (2003)
|
|
277 Gene Prediction with a Hidden-Markov Model and a new Intron Submodel.
|
|
278 Bioinformatics, Vol. 19, Suppl. 2, pages ii215-ii225
|
|
279
|
|
280
|
|
281 </help>
|
|
282 </tool>
|