Previous changeset 0:d0a712cf0518 (2018-09-27) |
Commit message:
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/graphmap commit ba787e88cb93e78516b2fced5b60285d5f033ca3 |
modified:
graphmap_owler.xml macros.xml |
b |
diff -r d0a712cf0518 -r 815251b32ccc graphmap_owler.xml --- 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> |
b |
diff -r d0a712cf0518 -r 815251b32ccc macros.xml --- a/macros.xml Thu Sep 27 15:27:40 2018 -0400 +++ b/macros.xml Fri Mar 15 13:12:39 2024 +0000 |
b |
@@ -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> |