Previous changeset 7:cfc3f5a57dc6 (2021-01-07) Next changeset 9:499059586799 (2021-09-23) |
Commit message:
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit fe92541d2244bbe480481e2ca82fe2e81b08df47" |
modified:
import.xml macros.xml |
b |
diff -r cfc3f5a57dc6 -r ae1e5d9d8972 import.xml --- 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[ |
b |
diff -r cfc3f5a57dc6 -r ae1e5d9d8972 macros.xml --- a/macros.xml Thu Jan 07 23:28:53 2021 +0000 +++ b/macros.xml Fri Feb 19 23:53:04 2021 +0000 |
b |
@@ -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> |