Mercurial > repos > bgruening > graphmap_overlap
changeset 1:815251b32ccc draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphmap commit ba787e88cb93e78516b2fced5b60285d5f033ca3
author | bgruening |
---|---|
date | Fri, 15 Mar 2024 13:12:39 +0000 |
parents | d0a712cf0518 |
children | |
files | graphmap_owler.xml macros.xml |
diffstat | 2 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/graphmap_owler.xml Thu Sep 27 15:27:40 2018 -0400 +++ b/graphmap_owler.xml Fri Mar 15 13:12:39 2024 +0000 @@ -3,6 +3,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="xrefs" /> <expand macro="requirements" /> <command detect_errors="exit_code"> <![CDATA[ @@ -52,4 +53,4 @@ GraphMap is licensed under The MIT License. ]]></help> <expand macro="citations" /> -</tool> \ No newline at end of file +</tool>
--- a/macros.xml Thu Sep 27 15:27:40 2018 -0400 +++ b/macros.xml Fri Mar 15 13:12:39 2024 +0000 @@ -1,6 +1,10 @@ <macros> <token name="@VERSION@">0.5.2</token> - + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">graphmap</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="0.5.2">graphmap</requirement> @@ -23,4 +27,4 @@ <yield /> </citations> </xml> -</macros> \ No newline at end of file +</macros>