changeset 5:0d1b07907bb1 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bandage commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
author iuc
date Mon, 30 Aug 2021 21:45:02 +0000
parents acced764a3ea
children 750d0ad96d77
files bandage_image.xml bandage_info.xml macros.xml
diffstat 3 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bandage_image.xml	Tue Jan 19 10:05:58 2021 +0000
+++ b/bandage_image.xml	Mon Aug 30 21:45:02 2021 +0000
@@ -1,5 +1,6 @@
 <tool id="bandage_image" name="Bandage Image" version="@TOOL_VERSION@+galaxy3" profile="18.01">
     <description>visualize de novo assembly graphs</description>
+    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
     </macros>
--- a/bandage_info.xml	Tue Jan 19 10:05:58 2021 +0000
+++ b/bandage_info.xml	Mon Aug 30 21:45:02 2021 +0000
@@ -1,5 +1,6 @@
 <tool id="bandage_info" name="Bandage Info" version="@TOOL_VERSION@+galaxy1" profile="18.01">
     <description>determine statistics of de novo assembly graphs</description>
+    <expand macro="bio_tools"/>
     <macros>
         <import>macros.xml</import>
     </macros>
--- a/macros.xml	Tue Jan 19 10:05:58 2021 +0000
+++ b/macros.xml	Mon Aug 30 21:45:02 2021 +0000
@@ -8,8 +8,12 @@
     <xml name="version_command">
         <version_command>@HEADLESS@ Bandage --version</version_command>
     </xml>
-    <token name="@HEADLESS@"><![CDATA[export QT_QPA_PLATFORM='offscreen' &&]]>
-</token>
+    <xml name="bio_tools">
+        <xrefs>
+            <xref type="bio.tools">bandage</xref>
+        </xrefs>
+    </xml>
+    <token name="@HEADLESS@"><![CDATA[export QT_QPA_PLATFORM='offscreen' &&]]></token>
     <token name="@BANDAGE_OVERVIEW@">
 
 **Bandage Overview**