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