Mercurial > repos > iuc > mummer_show_coords
changeset 3:2cc98d10eb4f 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:42:54 +0000 |
| parents | 7d2be919db61 |
| children | 5291514f707e |
| files | macros.xml show-coords.xml |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Tue Oct 13 21:31:12 2020 +0000 +++ b/macros.xml Wed Sep 01 07:42:54 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/show-coords.xml Tue Oct 13 21:31:12 2020 +0000 +++ b/show-coords.xml Wed Sep 01 07:42:54 2021 +0000 @@ -1,5 +1,6 @@ <tool id="mummer_show_coords" name="Show-Coords" version="@MUMMER_VERSION@@WRAPPER_VERSION@"> <description>Parse delta file and report coordinates and other information</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros>
