Mercurial > repos > iuc > mummer_mummer
diff macros.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 | 4f5c5edda941 |
| children | 4066407ccf6f |
line wrap: on
line diff
--- a/macros.xml Thu Dec 06 06:25:32 2018 -0500 +++ b/macros.xml Fri Jan 24 20:54:56 2020 +0000 @@ -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>
