changeset 3:e996affb2980 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/qualimap commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Wed, 01 Sep 2021 08:16:49 +0000
parents 36f9b27b0ddf
children e961700c8496
files qualimap_counts.xml qualimap_macros.xml
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/qualimap_counts.xml	Mon Jan 13 18:01:40 2020 +0000
+++ b/qualimap_counts.xml	Wed Sep 01 08:16:49 2021 +0000
@@ -1,4 +1,5 @@
 <tool id="qualimap_counts" name="QualiMap Counts QC" version="@VERSION@">
+    <expand macro="bio_tools"/>
     <macros>
         <import>qualimap_macros.xml</import>
         <xml name="gene_info">
--- a/qualimap_macros.xml	Mon Jan 13 18:01:40 2020 +0000
+++ b/qualimap_macros.xml	Wed Sep 01 08:16:49 2021 +0000
@@ -7,7 +7,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>