changeset 18:5e11f7180cd0 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/chira commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Tue, 31 Aug 2021 07:49:22 +0000
parents 4e9258569498
children a6a46221f3f9
files chira_extract.xml macros.xml
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/chira_extract.xml	Wed Apr 07 12:40:53 2021 +0000
+++ b/chira_extract.xml	Tue Aug 31 07:49:22 2021 +0000
@@ -1,5 +1,6 @@
 <tool id="chira_extract" name="ChiRA extract" version="@WRAPPER_VERSION@0">
     <description>extrat the chimeras</description>
+    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
     </macros>
--- a/macros.xml	Wed Apr 07 12:40:53 2021 +0000
+++ b/macros.xml	Tue Aug 31 07:49:22 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>