annotate mitos.xml @ 0:3a6d6c6601c4 draft default tip

planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
author matthias
date Thu, 09 May 2019 16:31:33 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
1 <tool id="mitos" name="MITOS" version="1.0.1">
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
2 <description>de-novo annotation of metazoan mitochondrial genomes</description>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
3 <!--Gene structure, regions which make an RNA product and features such as promoters, coding regions, gene fusion, splice sites etc.-->
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
4 <edam_topics>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
5 <edam_topic>topic_0114</edam_topic>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
6 </edam_topics>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
7 <!--Annotate a genome sequence with terms from a controlled vocabulary-->
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
8 <edam_operations>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
9 <edam_operation>operation_0362</edam_operation>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
10 </edam_operations>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
11 <requirements>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
12 <requirement type="package" version="1.0.1">mitos</requirement>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
13 <requirement type="package">zip</requirement>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
14 </requirements>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
15 <version_command>python usage: %prog [options] --version</version_command>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
16 <command detect_errors="aggressive"><![CDATA[
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
17 mkdir outdir &&
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
18
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
19 runmitos.py
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
20 --input '$input'
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
21 --code $code
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
22 --outdir outdir
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
23 --refdir /home/maze/workspace/mtdb/data/
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
24 #if not "prot" in $advanced.featuretypes
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
25 --noprot
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
26 #end if
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
27 #if not "trna" in $advanced.featuretypes
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
28 --notrna
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
29 #end if
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
30 #if not "rrna" in $advanced.featuretypes
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
31 --norrna
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
32 #end if
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
33 --finovl $advanced.finovl
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
34 --evalue $advanced_prot.evalue
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
35 --cutoff $advanced_prot.cutoff
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
36 #set maxovl=float($advanced_prot.maxovl)/100.0
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
37 --maxovl $maxovl
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
38 --clipfac $advanced_prot.clipfac
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
39 #set fragovl=float($advanced_prot.fragovl)/100.0
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
40 --fragovl $fragovl
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
41 --fragfac $advanced_prot.fragfac
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
42 --ststrange $advanced_prot.ststrange
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
43
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
44 #if "zip" in $outputs:
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
45 zip -9 -y -r output.zip output/"
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
46 #end if
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
47
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
48 ]]></command>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
49 <inputs>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
50 <param argument="--input" label="Sequences" optional="false" type="data" format="fasta"/>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
51 <param argument="--code" label="Genetic code" name="code" type="select">
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
52 <option value="2">Vertebrate</option>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
53 <option value="4">Mold, Protozoan, Coelenteral</option>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
54 <option value="5">Invertebrate</option>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
55 <option value="9">Echinoderm, Flatworm</option>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
56 <option value="13">Ascidian</option>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
57 <option value="14">Alternative Flatworm</option>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
58 </param>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
59 <section name="advanced" title="Advanced options">
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
60 <param name="featuretypes" label="Feature types" help="Feature types that should be predicted by MITOS" type="select" multiple="true">
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
61 <option value="prot" selected="true">Proteins</option>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
62 <option value="trna" selected="true">tRNAs</option>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
63 <option value="rrna" selected="true">rRNAs</option>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
64 </param>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
65 <param argument="--finovl" label="Final overlap (nt)" help="Maximum number of nucleotides by which genes of different types may overlap" type="integer" value="35" min="0"/>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
66 </section>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
67 <section name="advanced_prot" title="Advanced options for protein coding gene prediction">
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
68 <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="0"/>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
69 <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"/>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
70 <param argument="--maxovl" label="Maximum overlap" help="Maximum allowed overlap of proteins in percent of the smaller feature " type="integer" value="20" min="0" max="100"/>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
71 <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"/>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
72 <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"/>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
73 <param argument="--fragfac" label="Fragment quality factor" help="Maximum factor by which fragments of the same protein may differ in their quality" type="float" value="10"/>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
74 <param argument="--ststrange" label="Start/stop range" help="Number of aminoacids searched for start and stop codon of proteins" type="integer" value="6"/>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
75 </section>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
76 <param name="outputs" type="select" multiple="true" label="Additional outputs">
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
77 <option value="mito">mito</mito>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
78 <option value="seq">SEQ</mito>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
79 <option value="raw">zipped raw results</mito>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
80 </param>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
81 </inputs>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
82 <outputs>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
83 <data name="bedout" format="bed" from_work_dir="outdir/result.bed"/>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
84 <data name="seqout" format="txt" from_work_dir="outdir/result.seq">
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
85 <filter>"seq" in outputs</filter>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
86 </data>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
87 <data name="mitoout" format="tabular" from_work_dir="outdir/result">
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
88 <filter>"mito" in outputs</filter>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
89 </data>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
90 <data name="rawout" format="zip" from_work_dir="outdir.zip">
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
91 <filter>"raw" in outputs</filter>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
92 </data>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
93 </outputs>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
94 <help><![CDATA[
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
95 TODO: Write help
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
96 ]]></help>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
97 <citations>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
98 <citation type="doi">10.1016/j.ympev.2012.08.023</citation>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
99 </citations>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
100 </tool>
3a6d6c6601c4 planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
101