annotate mitos.xml @ 1:7bd52e7ca02c draft default tip

planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4-dirty
author matthias
date Thu, 09 May 2019 16:46:52 -0400
parents fce2e761129d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
7bd52e7ca02c planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4-dirty
matthias
parents: 0
diff changeset
1 <tool id="mitos" name="MITOS" version="1.0.1+galaxy1">
0
fce2e761129d 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>
fce2e761129d 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.-->
fce2e761129d 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>
fce2e761129d 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>
fce2e761129d 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>
fce2e761129d 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-->
fce2e761129d 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>
fce2e761129d 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>
fce2e761129d 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>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
11 <requirements>
fce2e761129d 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>
fce2e761129d 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>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
14 </requirements>
fce2e761129d 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>
fce2e761129d 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[
fce2e761129d 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 &&
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
18
fce2e761129d 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
fce2e761129d 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'
fce2e761129d 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
fce2e761129d 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
fce2e761129d 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/
fce2e761129d 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
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
25 --noprot
fce2e761129d 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
fce2e761129d 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
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
28 --notrna
fce2e761129d 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
fce2e761129d 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
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
31 --norrna
fce2e761129d 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
fce2e761129d 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
fce2e761129d 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
fce2e761129d 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
fce2e761129d 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
fce2e761129d 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
fce2e761129d 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
fce2e761129d 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
fce2e761129d 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
fce2e761129d 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
fce2e761129d 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
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
43
fce2e761129d 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:
fce2e761129d 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/"
fce2e761129d 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
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
47
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
48 ]]></command>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
49 <inputs>
fce2e761129d 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"/>
fce2e761129d 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">
fce2e761129d 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>
fce2e761129d 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>
fce2e761129d 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>
fce2e761129d 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>
fce2e761129d 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>
fce2e761129d 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>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
58 </param>
fce2e761129d 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">
fce2e761129d 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">
fce2e761129d 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>
fce2e761129d 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>
fce2e761129d 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>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
64 </param>
fce2e761129d 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"/>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
66 </section>
fce2e761129d 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">
fce2e761129d 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"/>
fce2e761129d 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"/>
fce2e761129d 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"/>
fce2e761129d 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"/>
fce2e761129d 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"/>
fce2e761129d 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"/>
fce2e761129d 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"/>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
75 </section>
fce2e761129d 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">
1
7bd52e7ca02c planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4-dirty
matthias
parents: 0
diff changeset
77 <option value="mito">mito</option>
7bd52e7ca02c planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4-dirty
matthias
parents: 0
diff changeset
78 <option value="seq">SEQ</option>
7bd52e7ca02c planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4-dirty
matthias
parents: 0
diff changeset
79 <option value="raw">zipped raw results</option>
7bd52e7ca02c planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4-dirty
matthias
parents: 0
diff changeset
80 </param>
0
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
81 </inputs>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
82 <outputs>
fce2e761129d 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"/>
fce2e761129d 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">
fce2e761129d 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>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
86 </data>
fce2e761129d 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">
fce2e761129d 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>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
89 </data>
fce2e761129d 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">
fce2e761129d 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>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
92 </data>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
93 </outputs>
fce2e761129d 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[
fce2e761129d 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
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
96 ]]></help>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
97 <citations>
fce2e761129d 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>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
99 </citations>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
100 </tool>
fce2e761129d planemo upload for repository https://github.com/bernt-matthias/mb-galaxy-tools/tree/master/tools/mitos commit a7354d02377105590891f7337f472dc2a2f224a4
matthias
parents:
diff changeset
101