changeset 17:06ac35533793 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chira commit 28963347255f1df6efaa8991ad9fc17f86b30a73"
author iuc
date Fri, 24 Sep 2021 06:48:58 +0000
parents 8e3da3c5b851
children 38d2b1f38992
files chira_quantify.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/chira_quantify.xml	Wed Apr 07 12:42:05 2021 +0000
+++ b/chira_quantify.xml	Fri Sep 24 06:48:58 2021 +0000
@@ -1,5 +1,6 @@
 <tool id="chira_quantify" name="ChiRA qauntify" version="@WRAPPER_VERSION@0">
     <description>quantify aligned loci to score the alignments</description>
+    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
     </macros>
--- a/macros.xml	Wed Apr 07 12:42:05 2021 +0000
+++ b/macros.xml	Fri Sep 24 06:48:58 2021 +0000
@@ -1,6 +1,11 @@
 <macros>
     <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy</token>
     <token name="@TOOL_VERSION@">1.4.3</token>
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">chira</xref>
+        </xrefs>
+    </xml>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@TOOL_VERSION@">chira</requirement>