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