Previous changeset 0:f8734af48332 (2018-12-05) Next changeset 2:959c1f8dae95 (2020-10-13) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit 96608e94742d17cb73d57201099ff5f5abbef276" |
modified:
macros.xml show-coords.xml |
b |
diff -r f8734af48332 -r b8e2c2f95d26 macros.xml --- a/macros.xml Wed Dec 05 02:38:25 2018 -0500 +++ b/macros.xml Fri Jan 24 15:57:11 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> |
b |
diff -r f8734af48332 -r b8e2c2f95d26 show-coords.xml --- a/show-coords.xml Wed Dec 05 02:38:25 2018 -0500 +++ b/show-coords.xml Fri Jan 24 15:57:11 2020 -0500 |
b |
@@ -1,4 +1,4 @@ -<tool id="mummer_show_coords" name="Show-Coords" version="@MUMMER_VERSION@"> +<tool id="mummer_show_coords" name="Show-Coords" version="@MUMMER_VERSION@@WRAPPER_VERSION@"> <description>Parse delta file and report coordinates and other information</description> <macros> <import>macros.xml</import> |