Mercurial > repos > bgruening > hicup_filter
diff hicup_macros.xml @ 7:2d4a34c00c67 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:06:05 +0000 |
parents | daf29b40670f |
children |
line wrap: on
line diff
--- a/hicup_macros.xml Mon Oct 24 16:13:46 2022 +0000 +++ b/hicup_macros.xml Thu Feb 23 18:06:05 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>