Mercurial > repos > iuc > modify_loom
changeset 10:db575b4c8b22 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit c1d84c1850c53deccc384de3960d2cec37bb2869
author | iuc |
---|---|
date | Fri, 08 Nov 2024 21:58:43 +0000 |
parents | 0f1aaff9b22d |
children | |
files | macros.xml modify_loom.xml |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/macros.xml Sat Sep 14 19:59:12 2024 +0000 +++ b/macros.xml Fri Nov 08 21:58:43 2024 +0000 @@ -78,4 +78,9 @@ </valid> </sanitizer> </xml> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">anndata</xref> + </xrefs> + </xml> </macros>
--- a/modify_loom.xml Sat Sep 14 19:59:12 2024 +0000 +++ b/modify_loom.xml Fri Nov 08 21:58:43 2024 +0000 @@ -3,6 +3,7 @@ <macros> <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>