Mercurial > repos > iuc > mummer_mummerplot
changeset 3:e89cbb3671a2 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mummer4 commit e0d4688a59e6eeba33adcfe803ac43d0bc2863e7"
| author | iuc |
|---|---|
| date | Wed, 01 Sep 2021 07:44:10 +0000 |
| parents | 04c2610b97fe |
| children | d42f78f9ab9b |
| files | macros.xml mummerplot.xml |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Tue Oct 13 21:34:00 2020 +0000 +++ b/macros.xml Wed Sep 01 07:44:10 2021 +0000 @@ -1,5 +1,10 @@ <macros> <token name="@MUMMER_GNUPLOT_MANUAL@"><![CDATA[&& gnuplot < out.gp]]></token> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">mumer4</xref> + </xrefs> + </xml> <xml name="citation"> <citations> <citation type="bibtex">
--- a/mummerplot.xml Tue Oct 13 21:34:00 2020 +0000 +++ b/mummerplot.xml Wed Sep 01 07:44:10 2021 +0000 @@ -1,5 +1,6 @@ <tool id="mummer_mummerplot" name="Mummerplot" version="@MUMMER_VERSION@@WRAPPER_VERSION@"> <description>Generate 2-D dotplot of aligned sequences</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros>
