Mercurial > repos > matthias > mitos
comparison 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 |
comparison
equal
deleted
inserted
replaced
0:fce2e761129d | 1:7bd52e7ca02c |
---|---|
1 <tool id="mitos" name="MITOS" version="1.0.1"> | 1 <tool id="mitos" name="MITOS" version="1.0.1+galaxy1"> |
2 <description>de-novo annotation of metazoan mitochondrial genomes</description> | 2 <description>de-novo annotation of metazoan mitochondrial genomes</description> |
3 <!--Gene structure, regions which make an RNA product and features such as promoters, coding regions, gene fusion, splice sites etc.--> | 3 <!--Gene structure, regions which make an RNA product and features such as promoters, coding regions, gene fusion, splice sites etc.--> |
4 <edam_topics> | 4 <edam_topics> |
5 <edam_topic>topic_0114</edam_topic> | 5 <edam_topic>topic_0114</edam_topic> |
6 </edam_topics> | 6 </edam_topics> |
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"/> | 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"/> |
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"/> | 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"/> |
74 <param argument="--ststrange" label="Start/stop range" help="Number of aminoacids searched for start and stop codon of proteins" type="integer" value="6"/> | 74 <param argument="--ststrange" label="Start/stop range" help="Number of aminoacids searched for start and stop codon of proteins" type="integer" value="6"/> |
75 </section> | 75 </section> |
76 <param name="outputs" type="select" multiple="true" label="Additional outputs"> | 76 <param name="outputs" type="select" multiple="true" label="Additional outputs"> |
77 <option value="mito">mito</mito> | 77 <option value="mito">mito</option> |
78 <option value="seq">SEQ</mito> | 78 <option value="seq">SEQ</option> |
79 <option value="raw">zipped raw results</mito> | 79 <option value="raw">zipped raw results</option> |
80 </param> | 80 </param> |
81 </inputs> | 81 </inputs> |
82 <outputs> | 82 <outputs> |
83 <data name="bedout" format="bed" from_work_dir="outdir/result.bed"/> | 83 <data name="bedout" format="bed" from_work_dir="outdir/result.bed"/> |
84 <data name="seqout" format="txt" from_work_dir="outdir/result.seq"> | 84 <data name="seqout" format="txt" from_work_dir="outdir/result.seq"> |
85 <filter>"seq" in outputs</filter> | 85 <filter>"seq" in outputs</filter> |