Mercurial > repos > iuc > anndata_import
changeset 8:ae1e5d9d8972 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:53:04 +0000 |
parents | cfc3f5a57dc6 |
children | 499059586799 |
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:28:53 2021 +0000 +++ b/import.xml Fri Feb 19 23:53:04 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:28:53 2021 +0000 +++ b/macros.xml Fri Feb 19 23:53:04 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>