Repository 'qualimap_rnaseq'
hg clone https://toolshed.g2.bx.psu.edu/repos/iuc/qualimap_rnaseq

Changeset 3:35e00077ba61 (2024-07-11)
Previous changeset 2:43a1c3e1a4d0 (2020-01-13)
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit 25200b2c00364b3d371c14cb4624b246446e548b
modified:
qualimap_macros.xml
qualimap_rnaseq.xml
b
diff -r 43a1c3e1a4d0 -r 35e00077ba61 qualimap_macros.xml
--- a/qualimap_macros.xml Mon Jan 13 13:04:14 2020 -0500
+++ b/qualimap_macros.xml Thu Jul 11 14:42:15 2024 +0000
b
@@ -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>
b
diff -r 43a1c3e1a4d0 -r 35e00077ba61 qualimap_rnaseq.xml
--- a/qualimap_rnaseq.xml Mon Jan 13 13:04:14 2020 -0500
+++ b/qualimap_rnaseq.xml Thu Jul 11 14:42:15 2024 +0000
[
@@ -1,7 +1,8 @@
-<tool id="qualimap_rnaseq" name="QualiMap RNA-Seq QC" version="@VERSION@+galaxy1">
+<tool id="qualimap_rnaseq" name="QualiMap RNA-Seq QC" version="@VERSION@+galaxy@VERSION_SUFFIX@" profile="22.05">
     <macros>
         <import>qualimap_macros.xml</import>
     </macros>
+    <expand macro="bio_tools"/>
     <expand macro="requirements" />
     <expand macro="version_command" />
     <command detect_errors="exit_code"><![CDATA[