changeset 8:ed285e2fbe1b draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit fe92541d2244bbe480481e2ca82fe2e81b08df47"
author iuc
date Fri, 19 Feb 2021 23:48:32 +0000
parents 546e3c9d261c
children 260ecac7539b
files import.xml macros.xml
diffstat 2 files changed, 3 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/import.xml	Thu Jan 07 23:24:46 2021 +0000
+++ b/import.xml	Fri Feb 19 23:48:32 2021 +0000
@@ -13,7 +13,7 @@
         </xml>
     </macros>
     <expand macro="requirements">
-        <requirement type="package" version="1.4.4.post1">scanpy</requirement>
+        <requirement type="package" version="1.7.0">scanpy</requirement>
     </expand>
     <expand macro="version_command"/>
     <command detect_errors="exit_code"><![CDATA[
--- a/macros.xml	Thu Jan 07 23:24:46 2021 +0000
+++ b/macros.xml	Fri Feb 19 23:48:32 2021 +0000
@@ -1,11 +1,10 @@
 <macros>
-    <token name="@VERSION@">0.7.4</token>
-    <token name="@GALAXY_VERSION@">galaxy1</token>
+    <token name="@VERSION@">0.7.5</token>
+    <token name="@GALAXY_VERSION@">galaxy0</token>
     <xml name="requirements">
         <requirements>
             <requirement type="package" version="@VERSION@">anndata</requirement>
             <requirement type="package" version="2.0.17">loompy</requirement>
-            <requirement type="package" version="2.9.0">h5py</requirement>
             <yield />
         </requirements>
     </xml>