changeset 2:fc143c06a842 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 96608e94742d17cb73d57201099ff5f5abbef276"
author iuc
date Fri, 24 Jan 2020 15:57:29 -0500
parents 48badcd29c5d
children 48823c9635a4
files macros.xml mummer.xml
diffstat 2 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Wed Dec 12 02:45:48 2018 -0500
+++ b/macros.xml	Fri Jan 24 15:57:29 2020 -0500
@@ -1,4 +1,5 @@
 <macros>
+    <token name="@MUMMER_GNUPLOT_MANUAL@"><![CDATA[&& gnuplot < out.gp]]></token>
     <xml name="citation">
         <citations>
             <citation type="bibtex">
@@ -12,7 +13,11 @@
             }</citation>
         </citations>
     </xml>
+    <xml name="gnuplot_requirement">
+        <requirement type="package" version="5.2.7">gnuplot</requirement>
+    </xml>
     <token name="@MUMMER_VERSION@">4.0.0beta2</token>
+    <token name="@WRAPPER_VERSION@">+galaxy0</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@MUMMER_VERSION@">mummer4</requirement>
--- a/mummer.xml	Wed Dec 12 02:45:48 2018 -0500
+++ b/mummer.xml	Fri Jan 24 15:57:29 2020 -0500
@@ -1,10 +1,10 @@
-<tool id="mummer_mummer" name="Mummer" version="@MUMMER_VERSION@">
+<tool id="mummer_mummer" name="Mummer" version="@MUMMER_VERSION@@WRAPPER_VERSION@">
     <description>Align two or more sequences</description>
     <macros>
         <import>macros.xml</import>
     </macros>
     <expand macro="requirements">
-        <requirement type="package" version="5.2.3">gnuplot</requirement>
+        <expand macro="gnuplot_requirement"/>
     </expand>
     <command detect_errors="exit_code">
         <![CDATA[
@@ -47,6 +47,7 @@
                         -y [$mumplot.range.min_y:$mumplot.range.max_y]
                     #end if
                     '$output'
+                    @MUMMER_GNUPLOT_MANUAL@
             #end if
         ]]>
     </command>