changeset 13:7a6655aa6eb2
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:19 +0000 |
parents |
cfaf5a405371 |
children |
|
files |
export.xml macros.xml |
diffstat |
2 files changed, 6 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/export.xml Sat Sep 14 19:57:36 2024 +0000
+++ b/export.xml Fri Nov 08 21:58:19 2024 +0000
@@ -3,6 +3,7 @@
<macros>
<import>macros.xml</import>
</macros>
+ <expand macro="bio_tools"/>
<expand macro="requirements"/>
<expand macro="version_command"/>
<command detect_errors="exit_code"><![CDATA[
--- a/macros.xml Sat Sep 14 19:57:36 2024 +0000
+++ b/macros.xml Fri Nov 08 21:58:19 2024 +0000
@@ -78,4 +78,9 @@
</valid>
</sanitizer>
</xml>
+ <xml name="bio_tools">
+ <xrefs>
+ <xref type="bio.tools">anndata</xref>
+ </xrefs>
+ </xml>
</macros>