Mercurial > repos > iuc > mitos2
annotate mitos2.xml @ 9:c8ac28e8ac44 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 921fa90438b4ce2e9cf9c4129568f4036c318d82
author | iuc |
---|---|
date | Thu, 02 May 2024 09:07:14 +0000 |
parents | 73b018c57e96 |
children |
rev | line source |
---|---|
4
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
1 <tool id="mitos2" name="@MITOS_NAME@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
2 <description>de-novo annotation of metazoan mitochondrial genomes</description> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
3 <macros> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
5 <token name="@MITOS_NAME@">MITOS2</token> |
9
c8ac28e8ac44
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 921fa90438b4ce2e9cf9c4129568f4036c318d82
iuc
parents:
8
diff
changeset
|
6 <token name="@TOOL_VERSION@">2.1.9</token> |
8
73b018c57e96
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit a3f57ea5cedcf7ceb70ea815e965325fab6cc90c
iuc
parents:
7
diff
changeset
|
7 <token name="@VERSION_SUFFIX@">0</token> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
8 </macros> |
5
e95d52d295d7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 2d87b0b9c2491ed6fc611b6820b5ebea1d6def23
iuc
parents:
4
diff
changeset
|
9 <xrefs> |
e95d52d295d7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 2d87b0b9c2491ed6fc611b6820b5ebea1d6def23
iuc
parents:
4
diff
changeset
|
10 <xref type="bio.tools">mitos</xref> |
e95d52d295d7
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 2d87b0b9c2491ed6fc611b6820b5ebea1d6def23
iuc
parents:
4
diff
changeset
|
11 </xrefs> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
12 <requirements> |
2
80323066acd4
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 84c175ed516a3b0074ca06d6546b76f1cbc4fb68"
iuc
parents:
0
diff
changeset
|
13 <requirement type="package" version="@TOOL_VERSION@">mitos</requirement> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
14 </requirements> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
15 <version_command>python -c "import mitos; print(mitos.__version__)"</version_command> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
16 <command detect_errors="aggressive"><![CDATA[ |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
17 mkdir outdir && |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
18 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
19 runmitos.py |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
20 --input '$input' |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
21 --code $code |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
22 --outdir outdir |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
23 --refdir '/' |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
24 --refseqver '$refseqver.fields.path' |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
25 $linear |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
26 #for tpe in ["prot", "trna", "rrna", "intron", "oril", "orih"] |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
27 #if not $tpe in str($advanced.featuretypes).split(',') |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
28 --$tpe 0 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
29 #end if |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
30 #end for |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
31 --finovl $advanced.finovl |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
32 $advanced.best |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
33 #set fragovl=float($advanced.fragovl)/100.0 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
34 --fragovl $fragovl |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
35 --fragfac $advanced.fragfac |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
36 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
37 --evalue $advanced_prot.evalue |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
38 #set cutoff=float($advanced_prot.cutoff)/100.0 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
39 --cutoff $cutoff |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
40 --clipfac $advanced_prot.clipfac |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
41 $advanced_prot.ncbicode |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
42 $advanced_prot.alarab |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
43 $advanced_prot.oldstst |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
44 $advanced_ncrna.locandgloc |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
45 --ncev $advanced_ncrna.ncev |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
46 $advanced_ncrna.sensitive |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
47 --maxtrnaovl $advanced_ncrna.maxtrnaovl |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
48 --maxrrnaovl $advanced_ncrna.maxrrnaovl |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
49 |
7
b815ec682418
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit dfe519563a762fc72953e4754f76effe5e16cfec
iuc
parents:
6
diff
changeset
|
50 #if not ("protein_plot" in $addoutputs or "ncRNA_plot" in $addoutputs or "ncRNA_structure_svg_plots" in $addoutputs): |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
51 --noplots |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
52 #end if |
4
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
53 #if "raw" in str($addoutputs).split(','): |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
54 --zip |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
55 #end if |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
56 |
3
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
57 #if "missing" in $addoutputs: |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
58 > outdir/missing.txt |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
59 #end if |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
60 ]]></command> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
61 <inputs> |
3
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
62 <param argument="--input" label="Sequence" type="data" format="fasta" help="A single sequence in fasta formated sequence"> |
4
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
63 <validator type="dataset_metadata_in_range" metadata_name="sequences" min="1" max="1"/> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
64 </param> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
65 <param argument="--code" label="Genetic code" type="select"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
66 <option value="2">Vertebrate (2)</option> |
9
c8ac28e8ac44
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 921fa90438b4ce2e9cf9c4129568f4036c318d82
iuc
parents:
8
diff
changeset
|
67 <option value="3">Yeast (3)</option> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
68 <option value="4">Mold, Protozoan, Coelenteral (4)</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
69 <option value="5">Invertebrate (5)</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
70 <option value="9">Echinoderm, Flatworm (9)</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
71 <option value="13">Ascidian (13)</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
72 <option value="14">Alternative Flatworm (14)</option> |
9
c8ac28e8ac44
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 921fa90438b4ce2e9cf9c4129568f4036c318d82
iuc
parents:
8
diff
changeset
|
73 <option value="21">Trematode (21)</option> |
c8ac28e8ac44
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 921fa90438b4ce2e9cf9c4129568f4036c318d82
iuc
parents:
8
diff
changeset
|
74 <option value="24">Rhabdopleuridae (24)</option> |
c8ac28e8ac44
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 921fa90438b4ce2e9cf9c4129568f4036c318d82
iuc
parents:
8
diff
changeset
|
75 <option value="33">Cephalodiscidae (33)</option> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
76 </param> |
3
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
77 <param argument="--refseqver" label="Reference data" type="select" help="Contact the administrator of this Galaxy instance if you miss reference data"> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
78 <options from_data_table="mitos"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
79 <filter type="static_value" value="mitos2" column="2"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
80 </options> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
81 <validator message="No reference annotation is available for MITOS2" type="no_options" /> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
82 </param> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
83 <param argument="--linear" checked="false" label="Treat sequence as linear" type="boolean" truevalue="--linear" falsevalue=""/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
84 <param name="addoutputs" type="select" multiple="true" label="Outputs"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
85 <option value="bed" selected="true">BED</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
86 <option value="mito" selected="false">mito</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
87 <option value="gff" selected="false">GFF file</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
88 <option value="seq" selected="false">SEQ</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
89 <option value="fas" selected="false">nucleotide FASTA</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
90 <option value="faa" selected="false">protein FASTA</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
91 <option value="geneorder" selected="false">geneorder</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
92 <option value="protein_plot" selected="false">Protein prediction plot</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
93 <option value="ncRNA_plot" selected="false">ncRNA prediction plot</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
94 <!--<option value="ncRNA_structure_ps_plots" selected="false">ncRNA structure plots - postscript</option>--> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
95 <option value="ncRNA_structure_svg_plots" selected="false">ncRNA structure plots - svg</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
96 <option value="raw" selected="false">zipped raw results</option> |
3
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
97 <option value="missing" selected="false">Missing genes</option> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
98 </param> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
99 <section name="advanced" title="Advanced options"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
100 <param name="featuretypes" label="Feature types" help="Feature types that should be predicted by MITOS (--noprot,--notrna,--norrna)" type="select" multiple="true"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
101 <option value="prot" selected="true">Protein coding genes</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
102 <option value="trna" selected="true">tRNAs</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
103 <option value="rrna" selected="true">rRNAs</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
104 <option value="intron" selected="false">Introns</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
105 <option value="oril" selected="false">Origin of light strand replication</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
106 <option value="orih" selected="false">Origin of heavy strand replication</option> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
107 </param> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
108 <param argument="--finovl" label="Final overlap (nt)" help="Maximum number of nucleotides by which genes of different types may overlap" type="integer" value="50" min="0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
109 <param argument="--best" checked="false" label="Annotate only the best copy of each feature" type="boolean" truevalue="--best" falsevalue=""/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
110 <param argument="--fragovl" label="Fragment overlap" help="Maximum allowed overlap of proteins in the query (in percent of the shorter query range) for two hits to be counted as fragments of the same gene" type="integer" value="20" min="0" max="100"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
111 <param argument="--fragfac" label="Fragment quality factor" help="Maximum factor by which fragments of the same protein may differ in their quality" type="float" min="0" value="10"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
112 </section> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
113 <section name="advanced_prot" title="Advanced options for protein coding gene prediction"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
114 <param argument="--evalue" label="BLAST E-value Exponent" help="Negation of the exponent of the E-value threshold used by BLAST, i.e. a value X gives an E-value of 10^(-X)" type="float" value="2" min="1"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
115 <param argument="--cutoff" label="Quality cutoff" help="Minimum allowed quality in % of the maximum quality value per reading frame" type="integer" value="50" min="0" max="100"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
116 <param argument="--clipfac" label="Clipping factor" help="Clip overlapping proteins with the same name that differ by less than the specified factor" type="float" value="10" min="0"/> |
3
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
117 <param argument="--ncbicode" checked="false" label="Use start/stop codons as in NCBI (default: learned start/stop codons)" type="boolean" truevalue="--ncbicode" falsevalue=""/> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
118 <param argument="--alarab" checked="false" label="Use the hmmer based method of Al Arab et al. 2016. This will consider the evalue, ncbicode, fragovl, fragfac" type="boolean" truevalue="--alarab" falsevalue=""/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
119 <param argument="--oldstst" checked="false" label="Use the old start/stop prediction method of MITOS1" type="boolean" truevalue="--oldstst" falsevalue=""/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
120 </section> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
121 <section name="advanced_ncrna" title="Advanced options for ncRNA gene prediction"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
122 <param argument="--locandgloc" checked="false" label="Run mitfi in glocal and local mode (default: local only)" type="boolean" truevalue="--locandgloc" falsevalue=""/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
123 <param argument="--ncev" label="e-value to use for inferal fast mode" type="float" min="0" value="0.01"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
124 <param argument="--sensitive" checked="false" label="Use infernals sensitive mode only" type="boolean" truevalue="--sensitive" falsevalue=""/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
125 <param argument="--maxtrnaovl" label="Allow tRNA overlap of up to X nt for mitfi" type="integer" value="50"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
126 <param argument="--maxrrnaovl" label="Allow rRNA overlap of up to X nt for mitfi" type="integer" value="50"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
127 </section> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
128 </inputs> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
129 <outputs> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
130 <data name="bedout" format="bed" from_work_dir="outdir/result.bed"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
131 <filter>"bed" in str(addoutputs)</filter> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
132 </data> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
133 <data name="mitoout" format="tabular" from_work_dir="outdir/result.mitos" label="${tool.name} on ${on_string}: mito"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
134 <filter>"mito" in str(addoutputs)</filter> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
135 </data> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
136 <data name="gffout" format="gff" from_work_dir="outdir/result.gff" label="${tool.name} on ${on_string}: GFF"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
137 <filter>"gff" in str(addoutputs)</filter> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
138 </data> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
139 <data name="seqout" format="txt" from_work_dir="outdir/result.seq" label="${tool.name} on ${on_string}: TBL"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
140 <filter>"seq" in str(addoutputs)</filter> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
141 </data> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
142 <data name="faa" format="fasta" from_work_dir="outdir/result.faa" label="${tool.name} on ${on_string}: aa FASTA"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
143 <filter>"faa" in str(addoutputs)</filter> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
144 </data> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
145 <data name="fas" format="fasta" from_work_dir="outdir/result.fas" label="${tool.name} on ${on_string}: nt FASTA"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
146 <filter>"fas" in str(addoutputs)</filter> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
147 </data> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
148 <data name="geneorderout" format="fasta" from_work_dir="outdir/result.geneorder" label="${tool.name} on ${on_string}: geneorder"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
149 <filter>"geneorder" in str(addoutputs)</filter> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
150 </data> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
151 <data name="protein_plot_out" format="pdf" from_work_dir="outdir/plots/prot.pdf" label="${tool.name} on ${on_string}: Protein prediction plot"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
152 <filter>"protein_plot" in str(addoutputs)</filter> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
153 </data> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
154 <data name="ncRNA_plot_out" format="pdf" from_work_dir="outdir/plots/rna.pdf" label="${tool.name} on ${on_string}: ncRNA prediction plot"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
155 <filter>"ncRNA_plot" in str(addoutputs)</filter> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
156 </data> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
157 <collection name="ncRNA_structure_plot_svg_out" type="list" label="${tool.name} on ${on_string}: ncRNA svg structure plots"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
158 <discover_datasets pattern="(?P<name>.+)\.svg" format="svg" directory="outdir/plots" /> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
159 <filter>"ncRNA_structure_svg_plots" in str(addoutputs)</filter> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
160 </collection> |
4
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
161 <data name="rawout" format="zip" from_work_dir="outdir.zip" label="${tool.name} on ${on_string}: raw data"> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
162 <filter>"raw" in str(addoutputs)</filter> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
163 </data> |
3
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
164 <data name="missing_genes" format="txt" from_work_dir="outdir/missing.txt" label="${tool.name} on ${on_string}: missing genes"> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
165 <filter>"missing" in str(addoutputs)</filter> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
166 </data> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
167 </outputs> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
168 <tests> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
169 <!-- default options --> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
170 <test expect_num_outputs="1"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
171 <param name="input" value="NC_012920.fasta"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
172 <param name="code" value="2"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
173 <param name="refseqver" value="mitos2-refdata" /> |
4
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
174 <output name="bedout" file="mitos2_NC_012920.bed" compare="re_match" ftype="bed"/> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
175 <assert_command> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
176 <has_text text="--code 2"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
177 <has_text text="--finovl 50"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
178 <not_has_text text="--trna"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
179 <not_has_text text="--rrna"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
180 <not_has_text text="--prot"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
181 <has_text text="--intron 0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
182 <has_text text="--oril 0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
183 <has_text text="--orih 0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
184 <has_text text="--evalue 2.0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
185 <has_text text="--cutoff 0.5"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
186 <has_text text="--clipfac 10.0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
187 <not_has_text text="--best"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
188 <has_text text="--fragovl 0.2"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
189 <has_text text="--fragfac 10.0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
190 <has_text text="--ncev 0.01"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
191 <has_text text="--maxtrnaovl 50"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
192 <has_text text="--maxrrnaovl 50"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
193 <has_text text="--noplots"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
194 </assert_command> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
195 </test> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
196 <!-- different main options --> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
197 <test expect_num_outputs="1"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
198 <param name="input" value="NC_012920.fasta"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
199 <param name="code" value="5"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
200 <param name="refseqver" value="mitos2-refdata" /> |
4
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
201 <output name="bedout" ftype="bed"> |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
202 <assert_contents> |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
203 <has_n_lines n="8"/> |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
204 </assert_contents> |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
205 </output> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
206 <section name="advanced"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
207 <param name="featuretypes" value="prot,trna,rrna,intron,oril,orih"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
208 <param name="finovl" value="49"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
209 <param name="best" value="true"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
210 <param name="fragovl" value="10"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
211 <param name="fragfac" value="9"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
212 </section> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
213 <assert_command> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
214 <has_text text="--code 5"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
215 <has_text text="--finovl 49"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
216 <not_has_text text="--trna"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
217 <not_has_text text="--rrna"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
218 <not_has_text text="--prot"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
219 <not_has_text text="--intron"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
220 <not_has_text text="--oril"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
221 <not_has_text text="--orih"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
222 <has_text text="--evalue 2.0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
223 <has_text text="--cutoff 0.5"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
224 <has_text text="--clipfac 10.0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
225 <has_text text="--best"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
226 <has_text text="--fragovl 0.1"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
227 <has_text text="--fragfac 9.0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
228 <has_text text="--ncev 0.01"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
229 <has_text text="--maxtrnaovl 50"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
230 <has_text text="--maxrrnaovl 50"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
231 <has_text text="--noplots"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
232 </assert_command> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
233 </test> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
234 <!-- different pcg and ncrn options --> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
235 <test expect_num_outputs="11"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
236 <param name="input" value="NC_012920.fasta"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
237 <param name="code" value="2"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
238 <param name="refseqver" value="mitos2-refdata" /> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
239 <section name="advanced_prot"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
240 <param name="evalue" value="3"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
241 <param name="cutoff" value="49"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
242 <param name="clipfac" value="9"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
243 <param name="ncbicode" value="true"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
244 <param name="alarab" value="true"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
245 <param name="oldstst" value="true"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
246 </section> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
247 <section name="advanced_ncrna"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
248 <!-- <param name="locandgloc" value="true"/> should be possible from 2.0.5 https://gitlab.com/Bernt/MITOS/-/commit/9b4c55c29961c307dce02ac0319dadbd76f6b9e5--> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
249 <param name="ncev" value="0.1"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
250 <param name="sensitive" value="true"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
251 <param name="maxtrnaovl" value="51"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
252 <param name="maxrrnaovl" value="49"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
253 </section> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
254 <param name="addoutputs" value="bed,mito,gff,seq,fas,faa,geneorder,protein_plot,ncRNA_plot,ncRNA_structure_svg_plots,raw"/> |
4
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
255 <output name="bedout" ftype="bed"> |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
256 <assert_contents> |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
257 <has_n_lines n="18"/> |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
258 </assert_contents> |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
259 </output> |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
260 <output name="mitoout" file="mitos2_NC_012920.mitos" compare="re_match" ftype="tabular"/> |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
261 <output name="gffout" file="mitos2_NC_012920.gff" compare="re_match" ftype="gff"/> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
262 <output name="seqout" file="mitos2_NC_012920.seq" ftype="txt"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
263 <output name="faa" file="mitos2_NC_012920.faa" ftype="fasta"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
264 <output name="fas" file="mitos2_NC_012920.fas" ftype="fasta"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
265 <output name="geneorderout" file="mitos2_NC_012920.geneorder" ftype="fasta"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
266 <output name="protein_plot_out" file="mitos2_NC_012920_prot.pdf" ftype="pdf" compare="sim_size"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
267 <output name="ncRNA_plot_out" file="mitos2_NC_012920_ncrna.pdf" ftype="pdf" compare="sim_size"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
268 <output name="rawout" ftype="zip"> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
269 <assert_contents> |
4
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
270 <has_archive_member path="result.bed"/> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
271 </assert_contents> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
272 </output> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
273 <output_collection name="ncRNA_structure_plot_svg_out" type="list" count="17"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
274 <assert_command> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
275 <has_text text="--code 2"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
276 <has_text text="--finovl 50"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
277 <not_has_text text="--trna"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
278 <not_has_text text="--rrna"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
279 <not_has_text text="--prot"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
280 <has_text text="--intron 0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
281 <has_text text="--oril 0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
282 <has_text text="--orih 0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
283 <has_text text="--evalue 3.0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
284 <has_text text="--cutoff 0.49"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
285 <has_text text="--clipfac 9.0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
286 <has_text text="--alarab"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
287 <has_text text="--oldstst"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
288 <has_text text="--ncbicode"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
289 <not_has_text text="--best"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
290 <has_text text="--fragovl 0.2"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
291 <has_text text="--fragfac 10.0"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
292 <!--<has_text text="\-\-locandgloc"/>--> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
293 <has_text text="--ncev 0.1"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
294 <has_text text="--sensitive"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
295 <has_text text="--maxtrnaovl 51"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
296 <has_text text="--maxrrnaovl 49"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
297 <not_has_text text="--noplots"/> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
298 </assert_command> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
299 </test> |
3
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
300 <!-- missing genes --> |
7
b815ec682418
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit dfe519563a762fc72953e4754f76effe5e16cfec
iuc
parents:
6
diff
changeset
|
301 <test expect_num_outputs="3"> |
3
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
302 <param name="input" value="NC_012920.fasta"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
303 <param name="code" value="2"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
304 <param name="refseqver" value="mitos2-refdata" /> |
7
b815ec682418
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit dfe519563a762fc72953e4754f76effe5e16cfec
iuc
parents:
6
diff
changeset
|
305 <param name="addoutputs" value="bed,missing,ncRNA_structure_svg_plots"/> |
4
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
306 <output name="bedout" file="mitos2_NC_012920.bed" compare="re_match" ftype="bed"/> |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
307 <output name="missing_genes" ftype="txt"> |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
308 <assert_contents> |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
309 <has_size value="167"/> |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
310 </assert_contents> |
033755194fe9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 5eec533bf2834c3a35cc248acd6e24635c619484
iuc
parents:
3
diff
changeset
|
311 </output> |
7
b815ec682418
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit dfe519563a762fc72953e4754f76effe5e16cfec
iuc
parents:
6
diff
changeset
|
312 <output_collection name="ncRNA_structure_plot_svg_out" type="list" count="5"/> |
3
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
313 <assert_command> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
314 <has_text text="--code 2"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
315 <has_text text="--finovl 50"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
316 <not_has_text text="--trna"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
317 <not_has_text text="--rrna"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
318 <not_has_text text="--prot"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
319 <has_text text="--intron 0"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
320 <has_text text="--oril 0"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
321 <has_text text="--orih 0"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
322 <has_text text="--evalue 2.0"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
323 <has_text text="--cutoff 0.5"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
324 <has_text text="--clipfac 10.0"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
325 <not_has_text text="--best"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
326 <has_text text="--fragovl 0.2"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
327 <has_text text="--fragfac 10.0"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
328 <has_text text="--ncev 0.01"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
329 <has_text text="--maxtrnaovl 50"/> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
330 <has_text text="--maxrrnaovl 50"/> |
7
b815ec682418
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit dfe519563a762fc72953e4754f76effe5e16cfec
iuc
parents:
6
diff
changeset
|
331 <has_text text="--noplots" negate="true"/> |
3
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
332 </assert_command> |
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
333 </test> |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
334 </tests> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
335 <help>@COMMON_HELP@ |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
336 <![CDATA[ |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
337 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
338 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
339 **Advanced options** |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
340 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
341 - Feature types |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
342 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
343 Select the feature types that should be annotated. By default this is protein coding genes, tRNA and rRNA which is useful for metazoan mitogenomes. In addition also the replication origins of the light (OL) and heavy (OH) strand and introns can be annotated. The annotation of the replication origins is most useful for chordate mitogenomes. Introns are usually only found in mitogenomes of non-metazoans and basal Metazoa. |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
344 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
345 - Final overlap (nt) |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
346 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
347 Maximum number of nucleotides by which genes of different types may overlap. Applies to merging of the final predictions. |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
348 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
349 - Annotate only the best copy of each feature |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
350 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
351 If there are copies of the same feature type only the one with the lowest e-value (for ncRNAs and OL) or highest quality score (protein coding genes and OH) |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
352 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
353 - Fragment overlap |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
354 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
355 Maximum fraction (of the shorter feature) allowed that two hits overlap in the query to be counted as fragments. |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
356 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
357 - Fragment quality factor |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
358 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
359 Maximum factor by which fragments may differ in their quality scores. Higher values allow that parts of a gene can differ more in their quality. |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
360 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
361 **Advanced options for protein coding gene prediction** |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
362 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
363 - BLAST E-value Exponent |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
364 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
365 The statistical significance threshold for considering matches in the BLASTX search. The value entered here is the negation of the exponent of the E-value threshold that should be used by BLAST, i.e. a value X gives an E-value of 10^(-X). |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
366 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
367 - Quality cutoff |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
368 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
369 Minimum allowed quality value (in percent) of the maximum quality value per reading frame. A higher values correspond to shorter protein prediction and therefore reduced risk for conflicts with other features |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
370 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
371 - Clipping factor |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
372 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
373 Clipping is started if overlapping prediction of hits with the same name differ by less than a factor X in their quality value. |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
374 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
375 - use start/stop codons as in NCBI (default: learned start/stop codons) |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
376 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
377 Instead of the codon probabilities derived from the protein coding genes annotated in RefSeq the codons listed at NCBI taxonomy are used with equal probabilities (https://www.ncbi.nlm.nih.gov/Taxonomy/Utils/wprintgc.cgi) |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
378 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
379 - Use the hmmer based method of Al Arab et al. 2016. This will consider the evalue, ncbicode, fragovl, fragfac parameters |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
380 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
381 Note: 1) this only works for Metazoa RefSeq release 63 reference data set. 2) This will only predict the protein coding genes that are typical for metazoan mitochondrial genomes. |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
382 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
383 - Use the old start/stop prediction method of MITOS1 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
384 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
385 The search for start and stop codons just takes the closest to the initial start / stop positions within 6aa (i.e. the method used in MITOS1) |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
386 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
387 **Advanced options for ncRNA gene prediction** |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
388 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
389 - Run mitfi in glocal and local mode (default: local only) |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
390 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
391 By default mitfi uses infernal's cmsearch in local search mode only. By enabling this option mitfi will invoke cmserach also in glocal mode if a feature is missing. |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
392 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
393 - e-value to use for inferal fast mode |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
394 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
395 The e-value passed to the first pass of cmsearch in the second pass (the sensitive search) an e-value of 0.1 is used. |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
396 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
397 - Use infernal's sensitive mode only |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
398 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
399 By default mitfi searches for ncRNAs using cmsearch's default fast mode first. If a ncRNA type is missing it is searched using the sensitive mode. This can be useful if low scoring copies are expected which might be missed when searching in the two stage mode. |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
400 |
3
624606f7c996
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit f23e76fe2b03f7c5f66e0609a6cf3c96beaed0c4
iuc
parents:
2
diff
changeset
|
401 - Allow tRNA/rRNA overlap of up to X nt for mitfi |
0
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
402 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
403 Allow that a tRNA/rRNA overlaps with another feature by this number of nucleotides. |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
404 |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
405 ]]></help> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
406 <citations> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
407 <citation type="doi">10.1093/nar/gkz833</citation> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
408 <citation type="doi">10.1016/j.ympev.2016.09.024</citation> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
409 </citations> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
410 </tool> |
dd589aa77943
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 791f28c8a7194fdd1ecec05ad166932d461899b2"
iuc
parents:
diff
changeset
|
411 |