changeset 3:a6f820992693 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/kraken-biom commit 112af255e3baac15848bf8c6b0769d8754178721
author iuc
date Tue, 11 Feb 2025 10:10:25 +0000
parents b582a159bb10
children
files kraken_biom.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/kraken_biom.xml	Mon Mar 11 16:01:58 2024 +0000
+++ b/kraken_biom.xml	Tue Feb 11 10:10:25 2025 +0000
@@ -3,6 +3,7 @@
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="xrefs"/>
     <expand macro="requirements"/>
     <version_command>kraken-biom --version</version_command>
     <command detect_errors="exit_code"><![CDATA[
--- a/macros.xml	Mon Mar 11 16:01:58 2024 +0000
+++ b/macros.xml	Tue Feb 11 10:10:25 2025 +0000
@@ -9,7 +9,9 @@
             <yield/>
         </requirements>
     </xml>
-    <xrefs>
-        <xref type="bio.tools">kraken-biom</xref>
-    </xrefs>
+    <xml name="xrefs">
+        <xrefs>
+            <xref type="bio.tools">kraken-biom</xref>
+        </xrefs>
+    </xml>
  </macros>
\ No newline at end of file