Mercurial > repos > iuc > mummer_delta_filter
changeset 3:4c3ecbde6a92 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:59 +0000 |
| parents | fdf2a6f2a86a |
| children | cb4745408716 |
| files | delta-filter.xml macros.xml |
| diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/delta-filter.xml Tue Oct 13 21:31:46 2020 +0000 +++ b/delta-filter.xml Wed Sep 01 07:44:59 2021 +0000 @@ -1,5 +1,6 @@ <tool id="mummer_delta_filter" name="Delta-Filter" version="@MUMMER_VERSION@@WRAPPER_VERSION@"> <description>Filters alignment (delta) file from nucmer</description> + <expand macro="bio_tools"/> <macros> <import>macros.xml</import> </macros>
--- a/macros.xml Tue Oct 13 21:31:46 2020 +0000 +++ b/macros.xml Wed Sep 01 07:44:59 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">
