diff mummerplot.xml @ 3:4fc0cb2ac8ae draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit bacb32814054404587451948b3a6682cf0d1a33a"
author iuc
date Sat, 27 Nov 2021 09:58:54 +0000
parents c0cedc12fcc5
children fb43e8887350
line wrap: on
line diff
--- a/mummerplot.xml	Tue Oct 13 21:40:53 2020 +0000
+++ b/mummerplot.xml	Sat Nov 27 09:58:54 2021 +0000
@@ -1,8 +1,9 @@
-<tool id="mummer_mummerplot" name="Mummerplot" version="@MUMMER_VERSION@@WRAPPER_VERSION@">
+<tool id="mummer_mummerplot" name="Mummerplot" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="@PROFILE@">
     <description>Generate 2-D dotplot of aligned sequences</description>
     <macros>
         <import>macros.xml</import>
     </macros>
+    <expand macro="bio_tools"/>
     <expand macro="requirements">
         <expand macro="gnuplot_requirement"/>
     </expand>
@@ -75,7 +76,7 @@
     </outputs>
     <tests>
         <test>
-            <param name="delta" ftype="txt" value="nucmer.txt" />
+            <param name="delta" value="nucmer.txt" ftype="tabular" />
             <param name="reference_sequence" ftype="fasta" value="human_aqp3.fasta" />
             <param name="query_sequence" ftype="fasta" value="mouse_aqp3.fasta" />
             <param name="seq_input" value="no" />