Mercurial > repos > iuc > miniprot
changeset 4:00b22efdd100 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/miniprot commit a411dff38de49b830297ba7c9a8f023abc9591aa
author | iuc |
---|---|
date | Mon, 11 Mar 2024 15:26:38 +0000 |
parents | 52bdc302299b |
children | 6b20d051d0dc |
files | macros.xml miniprot.xml |
diffstat | 2 files changed, 14 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Thu Jul 13 09:37:56 2023 +0000 +++ b/macros.xml Mon Mar 11 15:26:38 2024 +0000 @@ -5,4 +5,14 @@ <citation type="doi">10.1093/bioinformatics/btad014</citation> </citations> </xml> -</macros> + <xml name="requirements"> + <requirements> + <requirement type="package" version="@TOOL_VERSION@">miniprot</requirement> + </requirements> + </xml> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">miniprot</xref> + </xrefs> + </xml> +</macros> \ No newline at end of file
--- a/miniprot.xml Thu Jul 13 09:37:56 2023 +0000 +++ b/miniprot.xml Mon Mar 11 15:26:38 2024 +0000 @@ -4,9 +4,8 @@ <macros> <import>macros.xml</import> </macros> - <requirements> - <requirement type="package" version="@TOOL_VERSION@">miniprot</requirement> - </requirements> + <expand macro="xrefs"/> + <expand macro="requirements"/> <command detect_errors="exit_code"><![CDATA[ miniprot -t \${GALAXY_SLOTS:-1} @@ -361,4 +360,4 @@ .. _overview: https://github.com/lh3/miniprot#algorithm-overview ]]></help> <expand macro="citation"></expand> -</tool> +</tool> \ No newline at end of file