changeset 3:72927fc9e9ed draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit 25200b2c00364b3d371c14cb4624b246446e548b
author iuc
date Thu, 11 Jul 2024 14:42:34 +0000
parents d696cf0a9622
children
files qualimap_counts.xml qualimap_macros.xml
diffstat 2 files changed, 9 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/qualimap_counts.xml	Mon Jan 13 13:03:57 2020 -0500
+++ b/qualimap_counts.xml	Thu Jul 11 14:42:34 2024 +0000
@@ -1,4 +1,4 @@
-<tool id="qualimap_counts" name="QualiMap Counts QC" version="@VERSION@">
+<tool id="qualimap_counts" name="QualiMap Counts QC" version="@VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05">
     <macros>
         <import>qualimap_macros.xml</import>
         <xml name="gene_info">
@@ -24,6 +24,7 @@
             </conditional>
         </xml>
     </macros>
+    <expand macro="bio_tools"/>
     <expand macro="requirements" />
     <expand macro="version_command" />
     <command detect_errors="exit_code"><![CDATA[
--- a/qualimap_macros.xml	Mon Jan 13 13:03:57 2020 -0500
+++ b/qualimap_macros.xml	Thu Jul 11 14:42:34 2024 +0000
@@ -1,5 +1,6 @@
 <macros>
-    <token name="@VERSION@">2.2.2d</token>
+    <token name="@VERSION@">2.3</token>
+    <token name="@VERSION_SUFFIX@">0</token>
 
     <xml name="requirements">
         <requirements>
@@ -7,7 +8,11 @@
             <yield />
         </requirements>
     </xml>
-
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">qualimap</xref>
+        </xrefs>
+    </xml>
     <xml name="version_command">
         <version_command>qualimap --help | grep 'QualiMap v.' | cut -d '.' -f 2-</version_command>
     </xml>