Mercurial > repos > iuc > mitos2
comparison mitos2.xml @ 6:6cd432abcf8e draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/mitos commit 24a59e271fbe0b87d826d1d36b3a9ea008227adc
| author | iuc |
|---|---|
| date | Wed, 10 Dec 2025 23:30:17 +0000 |
| parents | c8f5229645ef |
| children |
comparison
equal
deleted
inserted
replaced
| 5:c8f5229645ef | 6:6cd432abcf8e |
|---|---|
| 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 <xrefs> | |
| 4 <xref type='bio.tools'>mitos</xref> | |
| 5 </xrefs> | |
| 6 <macros> | 3 <macros> |
| 7 <import>macros.xml</import> | 4 <import>macros.xml</import> |
| 8 <token name="@MITOS_NAME@">MITOS2</token> | 5 <token name="@MITOS_NAME@">MITOS2</token> |
| 9 <token name="@TOOL_VERSION@">2.1.3</token> | 6 <token name="@TOOL_VERSION@">2.1.10</token> |
| 10 <token name="@VERSION_SUFFIX@">0</token> | 7 <token name="@VERSION_SUFFIX@">0</token> |
| 11 </macros> | 8 </macros> |
| 9 <xrefs> | |
| 10 <xref type="bio.tools">mitos</xref> | |
| 11 </xrefs> | |
| 12 <requirements> | 12 <requirements> |
| 13 <requirement type="package" version="@TOOL_VERSION@">mitos</requirement> | 13 <requirement type="package" version="@TOOL_VERSION@">mitos</requirement> |
| 14 </requirements> | 14 </requirements> |
| 15 <version_command>python -c "import mitos; print(mitos.__version__)"</version_command> | 15 <version_command>python -c "import mitos; print(mitos.__version__)"</version_command> |
| 16 <command detect_errors="aggressive"><