Mercurial > repos > bgruening > augustus
annotate augustus.xml @ 15:912f9476dec8 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author | iuc |
---|---|
date | Mon, 30 Aug 2021 21:43:05 +0000 |
parents | 66c8e9d8d1c4 |
children | 22127ef4695b |
rev | line source |
---|---|
13
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
1 <tool id="augustus" name="Augustus" profile="20.01" version="@VERSION@+galaxy@SUFFIX_VERSION@"> |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
2 <description>gene prediction for prokaryotic and eukaryotic genomes</description> |
15
912f9476dec8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
13
diff
changeset
|
3 <xrefs> |
912f9476dec8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
13
diff
changeset
|
4 <xref type="bio.tools">augustus</xref> |
912f9476dec8
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
iuc
parents:
13
diff
changeset
|
5 </xrefs> |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
6 <macros> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
7 <import>macros.xml</import> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
8 </macros> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
9 <expand macro="requirements"/> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
10 <command detect_errors="aggressive"> |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
11 <![CDATA[ |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
12 #if $model.augustus_mode == 'history' |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
13 |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
14 ## Using an augustus model from history, we need to unzip it and let augustus find it |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
15 |
12
48528e640fe6
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 211061259f97dfbeb080aaf4713a21f64a1742e1"
iuc
parents:
11
diff
changeset
|
16 cp -r `command -v augustus | xargs dirname`/../config/ augustus_dir/ && |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
17 |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
18 mkdir -p 'augustus_dir/species/' && |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
19 |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
20 tar -C 'augustus_dir/species/' -xzvf '${model.custom_model}' > /dev/null && |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
21 |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
22 export AUGUSTUS_CONFIG_PATH=`pwd`/augustus_dir/ && |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
23 #end if |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
24 |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
25 ## Augustus writes the protein and coding sequences as comment into the gff/gtf file an external |
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
26 ## script is used to extract the sequences into additional files |
0 | 27 |
1 | 28 augustus |
29 --strand=$strand | |
30 $noInFrameStop | |
31 $gff | |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
32 --uniqueGeneId=true |
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
33 |
6 | 34 #if 'protein' in str($outputs).split(','): |
35 --protein=on | |
36 #else: | |
37 --protein=off | |
38 #end if | |
39 | |
40 #if 'codingseq' in str($outputs).split(','): | |
41 --codingseq=on | |
42 #else: | |
43 --codingseq=off | |
44 #end if | |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
45 |
6 | 46 #if 'introns' in str($outputs).split(','): |
47 --introns=on | |
48 #else: | |
49 --introns=off | |
50 #end if | |
51 | |
52 #if 'start' in str($outputs).split(','): | |
53 --start=on | |
54 #else: | |
55 --stop=off | |
56 #end if | |
57 | |
58 #if 'stop' in str($outputs).split(','): | |
59 --stop=on | |
60 #else: | |
61 --stop=off | |
62 #end if | |
63 | |
64 #if 'cds' in str($outputs).split(','): | |
65 --cds=on | |
66 #else: | |
67 --cds=off | |
68 #end if | |
69 | |
1 | 70 $singlestrand |
71 $input_genome | |
72 $utr | |
73 --genemodel=$genemodel | |
13
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
74 --softmasking=$softmasking |
11
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
75 #if $hints.usehints == 'T' |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
76 --hintsfile='$hints.hintsfile' --extrinsicCfgFile='$hints.extrinsiccfg' |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
77 #end if |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
78 |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
79 #if $range.userange == 'T' |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
80 --predictionStart=$range.start --predictionEnd=$range.stop |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
81 #end if |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
82 |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
83 #if $model.augustus_mode == 'history' |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
84 --species=local |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
85 #else |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
86 --species=$model.organism |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
87 #end if |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
88 |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
89 | tee '$output' |
8 | 90 #if 'protein' in str($outputs).split(',') or 'codingseq' in str($outputs).split(','): |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
91 | python $__tool_directory__/extract_features.py |
8 | 92 #if 'protein' in str($outputs).split(','): |
2 | 93 --protein $protein_output |
94 #end if | |
8 | 95 #if 'codingseq' in str($outputs).split(','): |
1 | 96 --codingseq $codingseq_output |
2 | 97 #end if |
98 #end if | |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
99 ]]> |
0 | 100 </command> |
101 <inputs> | |
102 <param name="input_genome" type="data" format="fasta" label="Genome Sequence"/> | |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
103 <param name="noInFrameStop" argument="--noInFrameStop" type="boolean" |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
104 label="Don't report transcripts with in-frame stop codons" |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
105 truevalue="--noInFrameStop=true" falsevalue="--noInFrameStop=false" checked="false" |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
106 help="Otherwise, intron-spanning stop codons could occur." /> |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
107 <param name="singlestrand" type="boolean" argument="--singlestrand" |
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
108 label="Predict genes independently on each strand" |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
109 help="This allows overlapping genes on opposite strands." |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
110 truevalue="--singlestrand=true" falsevalue="--singlestrand=false" checked="false" /> |
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
111 |
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
112 <param name="utr" type="boolean" argument="--UTR" |
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
113 label="Predict the untranslated regions in addition to the coding sequence" |
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
114 truevalue="--UTR=on" falsevalue="--UTR=off" checked="false" |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
115 help="This currently works only for human, galdieria, toxoplasma and caenorhabditis." /> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
116 |
0 | 117 |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
118 <conditional name="model"> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
119 <param name="augustus_mode" type="select" label="Trainingset"> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
120 <option value="builtin">Run Augustus with a predefined trainingset</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
121 <option value="history">Run Augustus with a custom trainingset</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
122 </param> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
123 <when value="history"> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
124 <param name="custom_model" type="data" format="augustus" label="Augustus model" help="Archive created with the 'Train Augustus' tool"/> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
125 </when> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
126 <when value="builtin"> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
127 <param name="organism" label="Model Organism" type="select" multiple="false" format="text" help="Choose a specialised trainingset."> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
128 <!-- If you update this list, please also update it in maker and busco tools (../maker/maker.xml and ../busco/busco.xml) --> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
129 <option value="human">Homo sapiens</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
130 <option value="fly">Drosophila melanogaster</option> |
13
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
131 <option value="maker2_dmel1">Drosophila melanogaster (maker2_dmel1)</option> |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
132 <option value="arabidopsis">Arabidopsis thaliana</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
133 <option value="brugia ">Brugia malayi</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
134 <option value="aedes">Aedes aegypti</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
135 <option value="tribolium2012">Tribolium castaneum</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
136 <option value="schistosoma">Schistosoma mansoni</option> |
13
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
137 <option value="schistosoma2">Schistosoma mansoni (schistosoma2)</option> |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
138 <option value="tetrahymena">Tetrahymena thermophila</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
139 <option value="galdieria">Galdieria sulphuraria</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
140 <option value="maize">Zea mays</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
141 <option value="toxoplasma">Toxoplasma gondii</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
142 <option value="caenorhabditis ">Caenorhabditis elegans</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
143 <option value="aspergillus_fumigatus">Aspergillus fumigatus</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
144 <option value="aspergillus_nidulans ">Aspergillus nidulans</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
145 <option value="aspergillus_oryzae ">Aspergillus oryzae</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
146 <option value="aspergillus_terreus">Aspergillus terreus</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
147 <option value="botrytis_cinerea ">Botrytis cinerea</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
148 <option value="candida_albicans ">Candida albicans</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
149 <option value="candida_guilliermondii ">Candida guilliermondii</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
150 <option value="candida_tropicalis ">Candida tropicalis</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
151 <option value="chaetomium_globosum">Chaetomium globosum</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
152 <option value="coccidioides_immitis">Coccidioides immitis</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
153 <option value="coprinus">Coprinus cinereus</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
154 <option value="coprinus_cinereus">Coprinus cinereus</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
155 <option value="cryptococcus_neoformans_gattii">Cryptococcus neoformans gattii</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
156 <option value="cryptococcus_neoformans_neoformans_B">Cryptococcus neoformans neoformans</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
157 <option value="cryptococcus_neoformans_neoformans_JEC21">Cryptococcus neoformans neoformans</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
158 <option value="cryptococcus">Cryptococcus neoformans</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
159 <option value="debaryomyces_hansenii">Debaryomyces hansenii</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
160 <option value="encephalitozoon_cuniculi_GB">Encephalitozoon cuniculi</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
161 <option value="eremothecium_gossypii">Eremothecium gossypii</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
162 <option value="fusarium_graminearum ">Fusarium graminearum</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
163 <option value="histoplasma_capsulatum ">Histoplasma capsulatum</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
164 <option value="histoplasma">Histoplasma capsulatum</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
165 <option value="kluyveromyces_lactis ">Kluyveromyces lactis</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
166 <option value="laccaria_bicolor ">Laccaria bicolor</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
167 <option value="lamprey">Petromyzon marinus</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
168 <option value="leishmania_tarentolae">Leishmania tarentolae</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
169 <option value="lodderomyces_elongisporus">Lodderomyces elongisporus</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
170 <option value="magnaporthe_grisea ">Magnaporthe grisea</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
171 <option value="neurospora_crassa">Neurospora crassa</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
172 <option value="phanerochaete_chrysosporium">Phanerochaete chrysosporium</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
173 <option value="pichia_stipitis">Pichia stipitis</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
174 <option value="rhizopus_oryzae">Rhizopus oryzae</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
175 <option value="saccharomyces_cerevisiae_S288C">Saccharomyces cerevisiae</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
176 <option value="saccharomyces_cerevisiae_rm11-1a_1">Saccharomyces cerevisiae</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
177 <option value="saccharomyces">Saccharomyces cerevisiae</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
178 <option value="schizosaccharomyces_pombe">Schizosaccharomyces pombe</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
179 <option value="trichinella">Trichinella spiralis</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
180 <option value="ustilago_maydis">Ustilago maydis</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
181 <option value="yarrowia_lipolytica">Yarrowia lipolytica</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
182 <option value="nasonia">Nasonia vitripennis</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
183 <option value="tomato">Solanum lycopersicum</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
184 <option value="chlamydomonas">Chlamydomonas reinhardtii</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
185 <option value="amphimedon">Amphimedon queenslandica</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
186 <option value="pneumocystis">Pneumocystis jirovecii</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
187 <option value="chicken">Gallus gallus domesticus (chicken)</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
188 <option value="cacao">Theobroma cacao (cacao)</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
189 <option value="heliconius_melpomene1">Heliconius melpomene</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
190 <option value="xenoturbella">Xenoturbella</option> |
13
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
191 <option value="E_coli_K12">Escherichia coli K12</option> |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
192 <option value="c_elegans_trsk">c elegans trsk</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
193 <option value="camponotus_floridanus">Camponotus floridanus</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
194 <option value="coyote_tobacco">Coyote tobacco</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
195 <option value="s_aureus">Staphylococcus aureus</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
196 <option value="thermoanaerobacter_tengcongensis">Thermoanaerobacter tengcongensis</option> |
13
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
197 <option value="wheat">Triticum aestivum</option> |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
198 <option value="zebrafish">Danio rerio</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
199 <option value="anidulans">Aspergillus nidulans</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
200 <option value="bombus_impatiens1">Bombus impatiens1</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
201 <option value="bombus_terrestris2">Bombus terrestris2</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
202 <option value="botrytis_cinerea">Botrytis cinerea</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
203 <option value="brugia_malayi">Brugia malayi</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
204 <option value="conidiobolus_coronatus">Conidiobolus coronatus</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
205 <option value="cryptococcus_neoformans">Cryptococcus neoformans</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
206 <option value="culex_pipiens">Culex pipiens</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
207 <option value="elephant_shark">Callorhinchus milii</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
208 <option value="honeybee1">Apis mellifera</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
209 <option value="phanerochaete_chrysosporium">Phanerochaete chrysosporium</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
210 <option value="pea_aphid">Acyrthosiphon pisum</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
211 <option value="rhodnius_prolixus">Rhodnius prolixus</option> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
212 <option value="ustilago_maydis">Ustilago maydis</option> |
13
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
213 <option value="verticillium_albo_atrum1">Verticillium albo-atrum</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
214 <option value="verticillium_longisporum1">Verticillium longisporum</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
215 <option value="Xipophorus_maculatus">Xipophorus maculatus</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
216 <option value="adorsata">Apis dorsata</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
217 <option value="ancylostoma_ceylanicum">Ancylostoma ceylanicum</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
218 <option value="maker2_athal1">Arabidopsis thaliana (maker2_athal1)</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
219 <option value="maker2_c_elegans1">Caenorhabditis elegans (maker2_c_elegans1)</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
220 <option value="maker2_spomb1">Saccharomyces cerevisiae (maker2_spomb1)</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
221 <option value="parasteatoda">Parasteatoda SP.</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
222 <option value="rice">Oryza sp.</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
223 <option value="Cassiopea_xamachana">Cassiopea xamachana</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
224 <option value="Ptychodera_flava">Ptychodera flava</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
225 <option value="Argopecten_irridians">Argopecten irridians</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
226 <option value="Nemopilema_nomurai">Nemopilema nomurai</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
227 <option value="Notospermus_geniculatus">Notospermus geniculatus</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
228 <option value="Chrysaora_chesapeakeij">Chrysaora chesapeakeij</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
229 <option value="Ectocarpus_siliculosus">Ectocarpus siliculosus</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
230 <option value="Trichoplax_adhaerens">Trichoplax adhaerens</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
231 <option value="Aurelia_aurita">Aurelia aurita</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
232 <option value="Rhopilema_esculentum">Rhopilema esculentum</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
233 <option value="Encephalitozoon_cuniculi">Encephalitozoon cuniculi</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
234 <option value="Gonapodya_prolifera">Dunaliella salina</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
235 <option value="Sordaria_macrospora">Sordaria macrospora</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
236 <option value="Sphaceloma_murrayae">Sphaceloma murrayae</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
237 <option value="Vitrella_brassicaformis">Vitrella brassicaformis</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
238 <option value="Monoraphidium_neglectum">Monoraphidium_neglectum</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
239 <option value="Raphidocelis_subcapita">Raphidocelis subcapita</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
240 <option value="Ostreococcus_tauri">Ostreococcus tauri</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
241 <option value="Ostreococcus_sp_lucimarinus">Ostreococcus sp. lucimarinus</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
242 <option value="Micromonas_pusilla">Micromonas pusilla</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
243 <option value="Micromonas_commoda">Micromonas commoda</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
244 <option value="Chlamydomonas_eustigma">Chlamydomonas eustigma</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
245 <option value="Thalassiosira_pseudonana">Thalassiosira pseudonana</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
246 <option value="Pseudo-nitzschia_multistriata">Pseudo-nitzschia multistriata</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
247 <option value="Phaeodactylum_tricornutum">Phaeodactylum tricornutum</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
248 <option value="Fragilariopsis_cylindrus">Fragilariopsis cylindrus</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
249 <option value="Fistulifera_solaris">Fistulifera solaris</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
250 <option value="Bathycoccus_prasinos">Bathycoccus prasinos</option> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
251 <option value="Chloropicon_primus">Chloropicon primus</option> |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
252 </param> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
253 </when> |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
254 </conditional> |
0 | 255 |
13
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
256 <param name="softmasking" type="boolean" argument="--softmasking" |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
257 label="Softmasking" |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
258 truevalue="1" falsevalue="0" checked="true" |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
259 help="If this option is enabled, lowercase letters are considered as repeated regions." /> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
260 |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
261 |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
262 <param name="strand" type="select" argument="--strand" |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
263 label="Predict genes on specific strands"> |
0 | 264 <option value="both">both</option> |
265 <option value="forward">forward</option> | |
266 <option value="backward">backward</option> | |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
267 </param> |
0 | 268 |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
269 <param name="genemodel" label="Gene Model" type="select" |
11
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
270 help="Gene Model to predict, for more information please refer to the help."> |
0 | 271 <option value="complete">complete</option> |
272 <option value="partial">partial</option> | |
273 <option value="intronless">intronless</option> | |
274 <option value="atleastone">atleastone</option> | |
275 <option value="exactlyone">exactlyone</option> | |
276 </param> | |
277 | |
11
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
278 <conditional name="hints"> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
279 <param name="usehints" label="Use hints (extrinsic information)?" type="select" display="radio"> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
280 <option value="F">No</option> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
281 <option value="T">Yes</option> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
282 </param> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
283 <when value="T"> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
284 <param name="hintsfile" label="Select hints file from history" type="data" format="gff" |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
285 help="A file containing hints in gff format (--hintsfile)"/> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
286 <param name="extrinsiccfg" label="Select extrinsic configuration file from history" type="data" format="txt" |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
287 help="A .cfg file listing hint sources and their boni and mali (--extrinsicCfgFile)"/> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
288 </when> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
289 <when value="F"> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
290 </when> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
291 </conditional> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
292 |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
293 <conditional name="range"> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
294 <param name="userange" label="Specify prediction sequence range?" type="select" display="radio"> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
295 <option value="F">No</option> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
296 <option value="T">Yes</option> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
297 </param> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
298 <when value="T"> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
299 <param name="start" label="Starting position" type="integer" value="" |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
300 help="The beginning of the search range (--predictionStart)"/> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
301 <param name="stop" label="Ending position" type="integer" value="" |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
302 help="The end of the search range (--predictionEnd); must be greater than starting position"/> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
303 </when> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
304 <when value="F"> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
305 </when> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
306 </conditional> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
307 |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
308 <param name="gff" type="boolean" label="GFF formated output" |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
309 help="Standard output is GTF." |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
310 truevalue="--gff3=on" falsevalue="--gff3=off" checked="false" /> |
0 | 311 |
6 | 312 <param name="outputs" type="select" display="checkboxes" multiple="True" label="Output options"> |
313 <option value="protein" selected="True">predicted protein sequences (--protein)</option> | |
314 <option value="codingseq" selected="True">coding sequence as comment in the output file (--codingseq)</option> | |
315 <option value="introns">predicted intron sequences (--introns)</option> | |
316 <option value="start">predicted start codons (--start)</option> | |
317 <option value="stop">predicted stop codons (--stop)</option> | |
318 <option value="cds" selected="true">CDS region (--cds)</option> | |
319 </param> | |
0 | 320 </inputs> |
321 <outputs> | |
6 | 322 <data format="gtf" name="output" label="${tool.name} on ${on_string}: GTF/GFF"> |
0 | 323 <change_format> |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
324 <when input="gff" value="--gff3=on" format="gff3" /> |
0 | 325 </change_format> |
326 </data> | |
6 | 327 <data format="fasta" name="protein_output" label="${tool.name} on ${on_string}: Protein sequence"> |
328 <filter>'protein' in outputs</filter> | |
1 | 329 </data> |
6 | 330 <data format="fasta" name="codingseq_output" label="${tool.name} on ${on_string}: Coding sequence"> |
331 <filter>'codingseq' in outputs</filter> | |
1 | 332 </data> |
0 | 333 </outputs> |
334 <tests> | |
335 <test> | |
336 <param name="input_genome" value="human_augustus.fa" ftype="fasta" /> | |
337 <param name="organism" value="human" /> | |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
338 <param name="utr" value="True" /> |
13
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
339 <param name="softmasking" value="False"/> |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
340 <output name="output" file="human_augustus_utr-on.gtf" ftype="gtf" lines_diff="6"/> |
0 | 341 </test> |
342 <test> | |
4 | 343 <param name="input_genome" value="human_augustus.fa" ftype="fasta" /> |
0 | 344 <param name="organism" value="human" /> |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
345 <param name="utr" value="True" /> |
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
346 <param name="gff" value="True" /> |
13
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
347 <param name="softmasking" value="False"/> |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
348 <output name="output" file="human_augustus_utr-on.gff" ftype="gff3" lines_diff="6"/> |
0 | 349 </test> |
3 | 350 <test> |
4 | 351 <param name="input_genome" value="human_augustus.fa" ftype="fasta" /> |
3 | 352 <param name="organism" value="human" /> |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
353 <param name="outputs" value="protein,codingseq,introns,cds,start,stop" /> |
13
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
354 <param name="softmasking" value="False"/> |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
355 <output name="output" file="human_augustus_protein_codingseq_introns_cds_main.gtf" ftype="gtf" lines_diff="6"/> |
3 | 356 <output name="codingseq_output" file="human_augustus_protein_codingseq_introns_cds_codingseq.fasta" ftype="fasta" /> |
357 <output name="protein_output" file="human_augustus_protein_codingseq_introns_cds_protein.fasta" ftype="fasta" /> | |
358 </test> | |
11
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
359 <test> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
360 <param name="input_genome" value="chr2R.truncated.fa" ftype="fasta" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
361 <param name="organism" value="fly" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
362 <param name="usehints" value="T" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
363 <param name="hintsfile" value="hints.truncated.adjusted.gff" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
364 <param name="extrinsiccfg" value="extrinsic.truncated.cfg" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
365 <param name="outputs" value="" /> |
13
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
366 <param name="softmasking" value="False"/> |
11
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
367 <output name="output" file="augustus.hints.output.gtf" ftype="gtf" lines_diff="12"> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
368 <assert_contents> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
369 <has_text_matching expression="chr2R\tAUGUSTUS\tgene\t7560\t9303\t0\.(7[8-9]|8[0-5])\t-\t.\tchr2R.g1" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
370 <has_text_matching expression="chr2R\tAUGUSTUS\ttranscript\t7560\t9303\t0\.(7[8-9]|8[0-5])\t-\t.\tchr2R.g1.t1" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
371 </assert_contents> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
372 </output> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
373 |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
374 </test> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
375 <test> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
376 <param name="input_genome" value="chr2R.truncated.fa" ftype="fasta" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
377 <param name="organism" value="fly" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
378 <param name="usehints" value="T" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
379 <param name="hintsfile" value="hints.truncated.adjusted.gff" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
380 <param name="extrinsiccfg" value="extrinsic.truncated.cfg" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
381 <param name="userange" value="T" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
382 <param name="start" value="7000" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
383 <param name="stop" value="9000" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
384 <param name="outputs" value="" /> |
13
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
385 <param name="softmasking" value="False"/> |
11
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
386 <output name="output" file="augustus.hints_and_range.output.gtf" ftype="gtf" lines_diff="12"> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
387 <assert_contents> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
388 <has_text_matching expression="chr2R\tAUGUSTUS\tgene\t7560\t8931\t0.8[2-5]\t-\t.\tchr2R.g1" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
389 <has_text_matching expression="chr2R\tAUGUSTUS\ttranscript\t7560\t8931\t0.8[2-5]\t-\t.\tchr2R.g1.t1" /> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
390 </assert_contents> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
391 </output> |
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
392 </test> |
13
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
393 <!-- Test softmasking parameter--> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
394 <test> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
395 <param name="input_genome" value="human_augustus.fa" ftype="fasta" /> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
396 <param name="organism" value="human" /> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
397 <param name="utr" value="True" /> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
398 <param name="softmasking" value="True"/> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
399 <output name="output" file="human_augustus_utr-on_softmasking.gtf" ftype="gtf" lines_diff="6"/> |
66c8e9d8d1c4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit bba7f5df059fcbeb06e89cf689e9a04d4f22cb76"
iuc
parents:
12
diff
changeset
|
400 </test> |
11
e519d7b4f9ac
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 0fed5bb024a096dcb5b2858520ba191da7798b6d
iuc
parents:
10
diff
changeset
|
401 |
0 | 402 </tests> |
403 <help> | |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
404 <![CDATA[ |
0 | 405 |
406 **What it does** | |
407 | |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
408 AUGUSTUS is a gene prediction program for prokaryotes and eukaryotes written by Mario Stanke and Oliver Keller. |
0 | 409 It can be used as an ab initio program, which means it bases its prediction purely on the |
410 sequence. AUGUSTUS may also incorporate hints on the gene structure coming from extrinsic sources | |
411 such as EST, MS/MS, protein alignments and synthenic genomic alignments. | |
412 | |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
413 |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
414 **Input** |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
415 |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
416 Input data for the gene prediction tool Augustus is a FASTA file with a genomic nucleotide sequence. |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
417 |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
418 |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
419 **Output** |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
420 |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
421 Augustus produces three output files: a FASTA file with predicted coding sequences, a FASTA file with predicted protein sequences and a gtf/GFF output file if selected. |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
422 |
0 | 423 |
424 **Parameters** | |
425 | |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
426 Gene Model: |
0 | 427 |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
428 partial: allow prediction of incomplete genes at the sequence boundaries (default) |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
429 intronless: only predict single-exon genes like in prokaryotes and some eukaryotes |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
430 complete: only predict complete genes |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
431 atleastone: predict at least one complete gene |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
432 exactlyone: predict exactly one complete gene |
0 | 433 |
434 | |
435 | |
436 **Example** | |
437 | |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
438 Suppose you have the following DNA FASTA sequence: |
0 | 439 |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
440 >Seq1 |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
441 cccgcggagcgggtaccacatcgctgcgcgatgtgcgagcgaacacccgggctgcgcccg |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
442 ggtgttgcgctcccgctccgcgggagcgctggcgggacgctgcgcgtcccgctcaccaag |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
443 cccgcttcgcgggcttggtgacgctccgtccgctgcgcttccggagttgcggggcttcgc |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
444 cccgctaaccctgggcctcgcttcgctccgccttgggcctgcggcgggtccgctgcgctc |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
445 ccccgcctcaagggcccttccggctgcgcctccaggacccaaccgcttgcgcgggcctgg |
0 | 446 |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
447 |
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
448 Running this tool will produce this: |
0 | 449 |
450 # ----- prediction on sequence number 1 (length = 1992969, name = scaffold1|size1992969) ----- | |
451 # | |
452 # Constraints/Hints: | |
453 # (none) | |
454 # Predicted genes for sequence number 1 on both strands | |
455 # start gene g1 | |
456 scaffold1|size1992969 AUGUSTUS gene 17453 19382 0.11 + . g6 | |
457 scaffold1|size1992969 AUGUSTUS transcript 17453 19382 0.11 + . g6.t1 | |
458 scaffold1|size1992969 AUGUSTUS start_codon 17453 17455 . + 0 transcript_id "g6.t1"; gene_id "g6"; | |
459 scaffold1|size1992969 AUGUSTUS intron 17615 17660 0.38 + . transcript_id "g6.t1"; gene_id "g6"; | |
460 scaffold1|size1992969 AUGUSTUS intron 17708 17772 0.54 + . transcript_id "g6.t1"; gene_id "g6"; | |
461 scaffold1|size1992969 AUGUSTUS intron 17902 18035 0.58 + . transcript_id "g6.t1"; gene_id "g6"; | |
462 scaffold1|size1992969 AUGUSTUS intron 18313 18367 0.99 + . transcript_id "g6.t1"; gene_id "g6"; | |
463 scaffold1|size1992969 AUGUSTUS intron 19014 19080 0.44 + . transcript_id "g6.t1"; gene_id "g6"; | |
464 scaffold1|size1992969 AUGUSTUS CDS 17453 17614 0.55 + 0 transcript_id "g6.t1"; gene_id "g6"; | |
465 scaffold1|size1992969 AUGUSTUS CDS 17661 17707 0.38 + 0 transcript_id "g6.t1"; gene_id "g6"; | |
466 scaffold1|size1992969 AUGUSTUS CDS 17773 17901 0.54 + 1 transcript_id "g6.t1"; gene_id "g6"; | |
467 scaffold1|size1992969 AUGUSTUS CDS 18036 18312 0.52 + 1 transcript_id "g6.t1"; gene_id "g6"; | |
468 scaffold1|size1992969 AUGUSTUS CDS 18368 19013 0.99 + 0 transcript_id "g6.t1"; gene_id "g6"; | |
469 scaffold1|size1992969 AUGUSTUS CDS 19081 19379 0.31 + 2 transcript_id "g6.t1"; gene_id "g6"; | |
470 scaffold1|size1992969 AUGUSTUS stop_codon 19380 19382 . + 0 transcript_id "g6.t1"; gene_id "g6"; | |
471 | |
472 | |
9
4611e8073293
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/augustus commit cf04d83d615ff09c4458982282d422fbef7d83ac
iuc
parents:
8
diff
changeset
|
473 ]]> |
0 | 474 </help> |
10
cb47e789ccaa
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/augustus commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
bgruening
parents:
9
diff
changeset
|
475 <expand macro="citations"/> |
0 | 476 </tool> |