Mercurial > repos > bgruening > music_construct_eset
changeset 5:6cac3dd7c404 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:20:31 +0000 |
parents | 6b96f5202040 |
children | |
files | construct_eset.xml macros.xml |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/construct_eset.xml Mon May 02 09:54:34 2022 +0000 +++ b/construct_eset.xml Wed Nov 06 23:20:31 2024 +0000 @@ -4,6 +4,7 @@ <macros> <import>macros.xml</import> </macros> + <expand macro="xrefs"/> <expand macro="requirements" /> <command detect_errors="exit_code"><![CDATA[ cat '$conf' >> /dev/stderr && @@ -228,4 +229,4 @@ } </citation> </citations> -</tool> \ No newline at end of file +</tool>
--- a/macros.xml Mon May 02 09:54:34 2022 +0000 +++ b/macros.xml Wed Nov 06 23:20:31 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>