Mercurial > repos > iuc > modify_loom
changeset 14:70228646a181 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/anndata commit 097d806855bb9001a7ffafe42de58b82b8caead4
| author | iuc |
|---|---|
| date | Fri, 20 Mar 2026 19:07:14 +0000 |
| parents | 4c9fa3c63d9e |
| children | |
| files | macros.xml modify_loom.xml test-data/converted.loom.test |
| diffstat | 3 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Wed Dec 10 17:00:27 2025 +0000 +++ b/macros.xml Fri Mar 20 19:07:14 2026 +0000 @@ -1,11 +1,13 @@ <macros> - <token name="@TOOL_VERSION@">0.10.9</token> - <token name="@VERSION_SUFFIX@">2</token> + <token name="@TOOL_VERSION@">0.11.4</token> + <token name="@VERSION_SUFFIX@">0</token> <token name="@PROFILE@">21.09</token> <xml name="requirements"> <requirements> <requirement type="package" version="@TOOL_VERSION@">anndata</requirement> - <requirement type="package" version="3.0.6">loompy</requirement> + <requirement type="package" version="1.11.5">scanpy</requirement> + <requirement type="package" version="3.0.8">loompy</requirement> + <requirement type="package" version="2.3.3">pandas</requirement> <yield /> </requirements> </xml>
--- a/modify_loom.xml Wed Dec 10 17:00:27 2025 +0000 +++ b/modify_loom.xml Fri Mar 20 19:07:14 2026 +0000 @@ -4,9 +4,7 @@ <import>macros.xml</import> </macros> <expand macro="bio_tools"/> - <expand macro="requirements"> - <requirement type="package" version="1.26.4">numpy</requirement><!-- loompy seems to adapt to numpy 2.x. Remove this in the next update --> - </expand> + <expand macro="requirements"/> <expand macro="version_command"/> <command detect_errors="exit_code"><