Mercurial > repos > bgruening > music_compare
changeset 2:d74173262843 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/music/ commit 7b4e1e85d9d288a904444eb9fcb96bcdc856b9ff
author | bgruening |
---|---|
date | Wed, 06 Nov 2024 23:21:10 +0000 |
parents | 238a47391cd3 |
children | |
files | macros.xml music_compare.xml |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Mon May 02 09:55:12 2022 +0000 +++ b/macros.xml Wed Nov 06 23:21:10 2024 +0000 @@ -9,6 +9,11 @@ in 21.09 <token name="@RDATATYPE@">rdata.eset</token> --> + <xml name="xrefs"> + <xrefs> + <xref type="bio.tools">music_deconvolution</xref> + </xrefs> + </xml> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@" >music-deconvolution</requirement>
--- a/music_compare.xml Mon May 02 09:55:12 2022 +0000 +++ b/music_compare.xml Wed Nov 06 23:21:10 2024 +0000 @@ -29,6 +29,7 @@ </repeat> </macro> </macros> + <expand macro="xrefs"/> <expand macro="requirements" /> <command detect_errors="exit_code" ><![CDATA[ cat '$conf' >> /dev/stderr && @@ -220,4 +221,4 @@ <citations> <citation type="doi">https://doi.org/10.1038/s41467-018-08023-x</citation> </citations> -</tool> \ No newline at end of file +</tool>