diff mummer.xml @ 2:e03e870e785b draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 96608e94742d17cb73d57201099ff5f5abbef276"
author iuc
date Fri, 24 Jan 2020 20:54:56 +0000
parents 453255dfc287
children 4066407ccf6f
line wrap: on
line diff
--- a/mummer.xml	Thu Dec 06 06:25:32 2018 -0500
+++ b/mummer.xml	Fri Jan 24 20:54:56 2020 +0000
@@ -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>