Mercurial > repos > iuc > mitos2
diff mitos2.xml @ 2:80323066acd4 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:42 +0000 |
parents | dd589aa77943 |
children | 624606f7c996 |
line wrap: on
line diff
--- a/mitos2.xml Fri Mar 27 17:58:16 2020 -0400 +++ b/mitos2.xml Wed Jun 02 18:39:42 2021 +0000 @@ -1,12 +1,13 @@ -<tool id="mitos2" name="@MITOS_NAME@" version="@MITOS_VERSION@"> +<tool id="mitos2" name="@MITOS_NAME@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@"> <description>de-novo annotation of metazoan mitochondrial genomes</description> <macros> <import>macros.xml</import> <token name="@MITOS_NAME@">MITOS2</token> - <token name="@MITOS_VERSION@">2.0.6</token> + <token name="@TOOL_VERSION@">2.0.6</token> + <token name="@VERSION_SUFFIX@">1</token> </macros> <requirements> - <requirement type="package" version="@MITOS_VERSION@">mitos</requirement> + <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>