Mercurial > repos > bgruening > music_deconvolution
changeset 6:5f882736dce7 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:41 +0000 |
parents | 35235c0ad487 |
children | |
files | macros.xml music_deconvolution.xml |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Mon May 02 09:57:12 2022 +0000 +++ b/macros.xml Wed Nov 06 23:20:41 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_deconvolution.xml Mon May 02 09:57:12 2022 +0000 +++ b/music_deconvolution.xml Wed Nov 06 23:20:41 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 && @@ -313,4 +314,4 @@ <citations> <citation type="doi">https://doi.org/10.1038/s41467-018-08023-x</citation> </citations> -</tool> \ No newline at end of file +</tool>