Previous changeset 9:0f1aaff9b22d (2024-09-14) |
Commit message:
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit c1d84c1850c53deccc384de3960d2cec37bb2869 |
modified:
macros.xml modify_loom.xml |
b |
diff -r 0f1aaff9b22d -r db575b4c8b22 macros.xml --- a/macros.xml Sat Sep 14 19:59:12 2024 +0000 +++ b/macros.xml Fri Nov 08 21:58:43 2024 +0000 |
b |
@@ -78,4 +78,9 @@ </valid> </sanitizer> </xml> + <xml name="bio_tools"> + <xrefs> + <xref type="bio.tools">anndata</xref> + </xrefs> + </xml> </macros> |
b |
diff -r 0f1aaff9b22d -r db575b4c8b22 modify_loom.xml --- a/modify_loom.xml Sat Sep 14 19:59:12 2024 +0000 +++ b/modify_loom.xml Fri Nov 08 21:58:43 2024 +0000 |
b |
@@ -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> |