Mercurial > repos > iuc > mitos
changeset 2:1f4933f5a323 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mitos commit 84c175ed516a3b0074ca06d6546b76f1cbc4fb68"
author | iuc |
---|---|
date | Wed, 02 Jun 2021 18:39:05 +0000 |
parents | 52742626480e |
children | f20804c311de |
files | macros.xml mitos.xml |
diffstat | 2 files changed, 12 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Fri Mar 27 17:57:42 2020 -0400 +++ b/macros.xml Wed Jun 02 18:39:05 2021 +0000 @@ -27,5 +27,7 @@ See http://mitos.bioinf.uni-leipzig.de/help.py +Contact mitos (at) bioinf (dash) uni (dash) leipzig (dot) de in case of problems. + ]]></token> </macros>
--- a/mitos.xml Fri Mar 27 17:57:42 2020 -0400 +++ b/mitos.xml Wed Jun 02 18:39:05 2021 +0000 @@ -1,13 +1,14 @@ -<tool id="mitos" name="@MITOS_NAME@" version="@MITOS_VERSION@" profile="20.01"> +<tool id="mitos" name="@MITOS_NAME@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> <description>de-novo annotation of metazoan mitochondrial genomes</description> - <macros> - <import>macros.xml</import> - <token name="@MITOS_NAME@">MITOS</token> - <token name="@MITOS_VERSION@">1.0.5</token> - </macros> - <requirements> - <requirement type="package" version="@MITOS_VERSION@">mitos</requirement> - <requirement type="package">zip</requirement> + <macros> + <import>macros.xml</import> + <token name="@MITOS_NAME@">MITOS</token> + <token name="@TOOL_VERSION@">1.0.5</token> + <token name="@VERSION_SUFFIX@">1</token> + </macros> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">mitos</requirement> + <requirement type="package">zip</requirement> </requirements> <version_command>python -c "import mitos; print(mitos.__version__)"</version_command> <command detect_errors="aggressive"><![CDATA[