changeset 17:6492560fe1b4 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:49:40 +0000
parents b8cb089a8e59
children 9930af9d17f8
files chira_merge.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/chira_merge.xml	Wed Apr 07 12:42:23 2021 +0000
+++ b/chira_merge.xml	Fri Sep 24 06:49:40 2021 +0000
@@ -1,5 +1,6 @@
 <tool id="chira_merge" name="ChiRA merge" version="@WRAPPER_VERSION@0">
     <description>merge aligned positions</description>
+    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
     </macros>
--- a/macros.xml	Wed Apr 07 12:42:23 2021 +0000
+++ b/macros.xml	Fri Sep 24 06:49:40 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>