Mercurial > repos > bgruening > hicup_truncater
diff hicup_macros.xml @ 7:cc413be789ea draft default tip
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools/hicup commit 398a2e3e845ada656b3a7e0a6542e1668a8bcf17
author | bgruening |
---|---|
date | Thu, 23 Feb 2023 18:02:58 +0000 |
parents | 30b199ed897d |
children |
line wrap: on
line diff
--- a/hicup_macros.xml Mon Oct 24 16:11:12 2022 +0000 +++ b/hicup_macros.xml Thu Feb 23 18:02:58 2023 +0000 @@ -1,10 +1,13 @@ <macros> - <token name="@VERSION@">0.8.3</token> + <token name="@VERSION@">0.9.2</token> <xml name="requirements_hicup"> <requirements> <requirement type="package" version="@VERSION@">hicup</requirement> <requirement type="package" version="2.4.5">bowtie2</requirement> <requirement type="package" version="1.16.1">samtools</requirement> + <!-- without this dependency, hicup_hicup could not generate the html + The error is: /usr/local/bin/pandoc: error while loading shared libraries: libgmp.so.10: cannot open shared object file: No such file or directory --> + <requirement type="package" version="6.2.1">gmp</requirement> <yield/> </requirements> <version_command>hicup --version</version_command>