changeset 3:21bf2f07f3f3 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:44:58 +0000
parents acd9fe45eb81
children
files cat_add_names.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/cat_add_names.xml	Thu Mar 09 21:00:42 2023 +0000
+++ b/cat_add_names.xml	Fri Feb 16 10:44:58 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:42 2023 +0000
+++ b/macros.xml	Fri Feb 16 10:44:58 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>