Mercurial > repos > bgruening > music_deconvolution
diff macros.xml @ 3:064056f47ff2 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/music/ commit 20f8561478535013e111d982b99639f48f1bea79"
| author | bgruening |
|---|---|
| date | Sat, 29 Jan 2022 12:49:59 +0000 |
| parents | f7ade72ba78c |
| children | 46fb28053b12 |
line wrap: on
line diff
--- a/macros.xml Tue Nov 30 13:05:47 2021 +0000 +++ b/macros.xml Sat Jan 29 12:49:59 2022 +0000 @@ -1,9 +1,14 @@ <macros> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@VERSION_SUFFIX@">2</token> <!-- The ESet inspector/constructor and MuSiC tool can have independent Galaxy versions but should reference the same package version always. --> <token name="@TOOL_VERSION@">0.1.1</token> + <token name="@RDATATYPE@">rdata</token> + <!-- Below is disabled until Galaxy supports it. Still not present + in 21.09 + <token name="@RDATATYPE@">rdata.eset</token> + --> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@" >music-deconvolution</requirement>
