Mercurial > repos > iuc > mummer_mummerplot
diff mummerplot.xml @ 4:d42f78f9ab9b 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:53:51 +0000 |
| parents | e89cbb3671a2 |
| children | fe7926c563f8 |
line wrap: on
line diff
--- a/mummerplot.xml Wed Sep 01 07:44:10 2021 +0000 +++ b/mummerplot.xml Sat Nov 27 09:53:51 2021 +0000 @@ -1,9 +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> - <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros> + <expand macro="bio_tools"/> <expand macro="requirements"> <expand macro="gnuplot_requirement"/> </expand> @@ -76,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" />
