Mercurial > repos > iuc > mitos
comparison mitos.xml @ 6:bfa34f944cf9 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:29:56 +0000 |
| parents | e03de7c5f99b |
| children |
comparison
equal
deleted
inserted
replaced
| 5:e03de7c5f99b | 6:bfa34f944cf9 |
|---|---|
| 1 <tool id="mitos" name="@MITOS_NAME@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="21.05"> | 1 <tool id="mitos" 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> | |
| 4 <import>macros.xml</import> | |
| 5 <token name="@MITOS_NAME@">MITOS</token> | |
| 6 <token name="@TOOL_VERSION@">1.1.7</token> | |
| 7 <token name="@VERSION_SUFFIX@">0</token> | |
| 8 </macros> | |
| 3 <xrefs> | 9 <xrefs> |
| 4 <xref type='bio.tools'>mitos</xref> | 10 <xref type='bio.tools'>mitos</xref> |
| 5 </xrefs> | 11 </xrefs> |
| 6 <macros> | |
| 7 <import>macros.xml</import> | |
| 8 <token name="@MITOS_NAME@">MITOS</token> | |
| 9 <token name="@TOOL_VERSION@">1.1.1</token> | |
| 10 <token name="@VERSION_SUFFIX@">0</token> | |
| 11 </macros> | |
| 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"><