Mercurial > repos > iuc > hicstuff_pipeline
diff macros.xml @ 1:6956f0783d77 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicstuff commit c1b3c8d3e6a2f18ae89918e89d8dc8a3a0a6d24c
author | iuc |
---|---|
date | Fri, 04 Oct 2024 08:48:01 +0000 |
parents | 1efd17d2bfdb |
children | 7beecdd0976f |
line wrap: on
line diff
--- a/macros.xml Fri Nov 25 11:32:55 2022 +0000 +++ b/macros.xml Fri Oct 04 08:48:01 2024 +0000 @@ -1,9 +1,11 @@ <macros> - <token name="@TOOL_VERSION@">3.1.5</token> + <token name="@TOOL_VERSION@">3.1.5</token><!-- TODO remove cooler and biopython requirement on update --> <token name="@PROFILE@">21.09</token> <xml name="requirements"> <requirements> - <requirement type="package" version="3.1.5">hicstuff</requirement> + <requirement type="package" version="@TOOL_VERSION@">hicstuff</requirement> + <requirement type="package" version="0.10.2">cooler</requirement> + <requirement type="package" version="1.80">biopython</requirement> <yield/> </requirements> </xml>