Mercurial > repos > iuc > hicstuff_pipeline
changeset 2:7beecdd0976f draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/hicstuff commit 07701847a3c4d66ee12cecd37b5129ed6984082a
author | iuc |
---|---|
date | Thu, 10 Oct 2024 17:26:14 +0000 |
parents | 6956f0783d77 |
children | |
files | hicstuff_pipeline.xml macros.xml |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/hicstuff_pipeline.xml Fri Oct 04 08:48:01 2024 +0000 +++ b/hicstuff_pipeline.xml Thu Oct 10 17:26:14 2024 +0000 @@ -2,7 +2,7 @@ <description>generates a Hi-C contact matrix</description> <macros> <import>macros.xml</import> - <token name="@VERSION_SUFFIX@">1</token> + <token name="@VERSION_SUFFIX@">0</token> </macros> <expand macro="requirements" /> <command detect_errors="exit_code"><![CDATA[
--- a/macros.xml Fri Oct 04 08:48:01 2024 +0000 +++ b/macros.xml Thu Oct 10 17:26:14 2024 +0000 @@ -1,11 +1,11 @@ <macros> - <token name="@TOOL_VERSION@">3.1.5</token><!-- TODO remove cooler and biopython requirement on update --> + <token name="@TOOL_VERSION@">3.2.3</token><!-- TODO remove cooler and biopython requirement on update --> <token name="@PROFILE@">21.09</token> <xml name="requirements"> <requirements> <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> + <requirement type="package" version="1.84">biopython</requirement> <yield/> </requirements> </xml>