Mercurial > repos > iuc > cat_prepare
changeset 3:51906c8c692a draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/cat commit 47be73f0ca2b3a3bcb79a1fa7cf15a63c7facd19
author | iuc |
---|---|
date | Fri, 16 Feb 2024 10:45:18 +0000 |
parents | a40bbd70b8b1 |
children | |
files | cat_prepare.xml macros.xml |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/cat_prepare.xml Thu Mar 09 21:00:52 2023 +0000 +++ b/cat_prepare.xml Fri Feb 16 10:45:18 2024 +0000 @@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements" /> <expand macro="version_command" /> <command detect_errors="exit_code"><![CDATA[
--- a/macros.xml Thu Mar 09 21:00:52 2023 +0000 +++ b/macros.xml Fri Feb 16 10:45:18 2024 +0000 @@ -1,6 +1,11 @@ <macros> <token name="@TOOL_VERSION@">5.2.3</token> <token name="@VERSION_SUFFIX@">0</token> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">cat_bins</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">cat</requirement>