changeset 2:89a6f22b4d86 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/dram commit 3234c3d93fa294fa9c2c5148eae4b399d42904d8
author iuc
date Fri, 23 Aug 2024 08:17:17 +0000
parents 3031b288d832
children
files dram_merge_annotations.xml macros.xml
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dram_merge_annotations.xml	Tue Jul 11 23:45:29 2023 +0000
+++ b/dram_merge_annotations.xml	Fri Aug 23 08:17:17 2024 +0000
@@ -1,8 +1,9 @@
-<tool id="dram_merge_annotations" name="DRAM merge multiple annotations" version="@TOOL_VERSION@+galaxy1" profile="@PROFILE@">
+<tool id="dram_merge_annotations" name="DRAM merge multiple annotations" version="@TOOL_VERSION@+galaxy0" profile="@PROFILE@">
     <description>into a single set</description>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="bio_tools"/>
     <expand macro="requirements"/>
     <command detect_errors="exit_code"><![CDATA[
 ## DRAM expects a specific file name for each file in the set.
--- a/macros.xml	Tue Jul 11 23:45:29 2023 +0000
+++ b/macros.xml	Fri Aug 23 08:17:17 2024 +0000
@@ -1,10 +1,16 @@
 <macros>
-    <token name="@TOOL_VERSION@">1.3.5</token>
+    <token name="@TOOL_VERSION@">1.5.0</token>
     <!-- token name="@VERSION_SUFFIX@">0</token -->
     <token name="@PROFILE@">20.09</token>
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">dram</xref>
+        </xrefs>
+    </xml>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">dram</requirement>
+            <yield/>
         </requirements>
     </xml>
     <xml name="stdio">