comparison 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
comparison
equal deleted inserted replaced
8:73b018c57e96 9:c8ac28e8ac44
1 <tool id="mitos2" name="@MITOS_NAME@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> 1 <tool id="mitos2" name="@MITOS_NAME@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05">
2 <description>de-novo annotation of metazoan mitochondrial genomes</description> 2 <description>de-novo annotation of metazoan mitochondrial genomes</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 <token name="@MITOS_NAME@">MITOS2</token> 5 <token name="@MITOS_NAME@">MITOS2</token>
6 <token name="@TOOL_VERSION@">2.1.8</token> 6 <token name="@TOOL_VERSION@">2.1.9</token>
7 <token name="@VERSION_SUFFIX@">0</token> 7 <token name="@VERSION_SUFFIX@">0</token>
8 </macros> 8 </macros>
9 <xrefs> 9 <xrefs>
10 <xref type="bio.tools">mitos</xref> 10 <xref type="bio.tools">mitos</xref>
11 </xrefs> 11 </xrefs>
62 <param argument="--input" label="Sequence" type="data" format="fasta" help="A single sequence in fasta formated sequence"> 62 <param argument="--input" label="Sequence" type="data" format="fasta" help="A single sequence in fasta formated sequence">
63 <validator type="dataset_metadata_in_range" metadata_name="sequences" min="1" max="1"/> 63 <validator type="dataset_metadata_in_range" metadata_name="sequences" min="1" max="1"/>
64 </param> 64 </param>
65 <param argument="--code" label="Genetic code" type="select"> 65 <param argument="--code" label="Genetic code" type="select">
66 <option value="2">Vertebrate (2)</option> 66 <option value="2">Vertebrate (2)</option>
67 <option value="3">Yeast (3)</option>
67 <option value="4">Mold, Protozoan, Coelenteral (4)</option> 68 <option value="4">Mold, Protozoan, Coelenteral (4)</option>
68 <option value="5">Invertebrate (5)</option> 69 <option value="5">Invertebrate (5)</option>
69 <option value="9">Echinoderm, Flatworm (9)</option> 70 <option value="9">Echinoderm, Flatworm (9)</option>
70 <option value="13">Ascidian (13)</option> 71 <option value="13">Ascidian (13)</option>
71 <option value="14">Alternative Flatworm (14)</option> 72 <option value="14">Alternative Flatworm (14)</option>
73 <option value="21">Trematode (21)</option>
74 <option value="24">Rhabdopleuridae (24)</option>
75 <option value="33">Cephalodiscidae (33)</option>
72 </param> 76 </param>
73 <param argument="--refseqver" label="Reference data" type="select" help="Contact the administrator of this Galaxy instance if you miss reference data"> 77 <param argument="--refseqver" label="Reference data" type="select" help="Contact the administrator of this Galaxy instance if you miss reference data">
74 <options from_data_table="mitos"> 78 <options from_data_table="mitos">
75 <filter type="static_value" value="mitos2" column="2"/> 79 <filter type="static_value" value="mitos2" column="2"/>
76 </options> 80 </options>