Mercurial > repos > iuc > mitos
comparison mitos.xml @ 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 | 39b6485e2d34 |
children | f20804c311de |
comparison
equal
deleted
inserted
replaced
1:52742626480e | 2:1f4933f5a323 |
---|---|
1 <tool id="mitos" name="@MITOS_NAME@" version="@MITOS_VERSION@" profile="20.01"> | 1 <tool id="mitos" name="@MITOS_NAME@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.01"> |
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@">MITOS</token> | 5 <token name="@MITOS_NAME@">MITOS</token> |
6 <token name="@MITOS_VERSION@">1.0.5</token> | 6 <token name="@TOOL_VERSION@">1.0.5</token> |
7 </macros> | 7 <token name="@VERSION_SUFFIX@">1</token> |
8 <requirements> | 8 </macros> |
9 <requirement type="package" version="@MITOS_VERSION@">mitos</requirement> | 9 <requirements> |
10 <requirement type="package">zip</requirement> | 10 <requirement type="package" version="@TOOL_VERSION@">mitos</requirement> |
11 <requirement type="package">zip</requirement> | |
11 </requirements> | 12 </requirements> |
12 <version_command>python -c "import mitos; print(mitos.__version__)"</version_command> | 13 <version_command>python -c "import mitos; print(mitos.__version__)"</version_command> |
13 <command detect_errors="aggressive"><![CDATA[ | 14 <command detect_errors="aggressive"><![CDATA[ |
14 mkdir outdir && | 15 mkdir outdir && |
15 | 16 |