changeset 1:6fbedba4d983 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ancombc commit 04e758f00aa0613ea0b6996813126c4001da070b
author iuc
date Wed, 01 Nov 2023 08:48:16 +0000
parents 939c59ab61cf
children
files ancombc.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ancombc.xml	Sat Jul 16 21:40:04 2022 +0000
+++ b/ancombc.xml	Wed Nov 01 08:48:16 2023 +0000
@@ -3,6 +3,7 @@
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="biotools"/>
     <expand macro="requirements"/>
     <command detect_errors="exit_code"><![CDATA[
 mkdir 'output_dir' &&
--- a/macros.xml	Sat Jul 16 21:40:04 2022 +0000
+++ b/macros.xml	Wed Nov 01 08:48:16 2023 +0000
@@ -2,6 +2,11 @@
     <token name="@TOOL_VERSION@">1.4.0</token>
     <token name="@VERSION_SUFFIX@">0</token>
     <token name="@PROFILE@">21.01</token>
+    <xml name="biotools">
+        <xrefs>
+            <xref type="bio.tools">ancombc</xref>
+        </xrefs>
+    </xml>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">bioconductor-ancombc</requirement>