Mercurial > repos > ebi-gxa > anndata_ops
changeset 12:f1a1cf7c0153 draft
"planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 62f47287c7e8449c59a1f1f454852ddc669b1b1e-dirty"
author | ebi-gxa |
---|---|
date | Mon, 07 Sep 2020 13:59:52 +0000 |
parents | f0a29f4b9be9 |
children | 35ee5e3e87c1 |
files | anndata_operations.xml scanpy_macros2.xml |
diffstat | 2 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/anndata_operations.xml Fri Jun 12 09:19:22 2020 -0400 +++ b/anndata_operations.xml Mon Sep 07 13:59:52 2020 +0000 @@ -191,7 +191,7 @@ <param name="input_obj_file" value="find_cluster.h5"/> <param name="input_format" value="anndata"/> <param name="color_by" value="louvain"/> - <output name="output_h5ad" file="output.h5" ftype="h5" compare="sim_size"/> + <output name="output_h5ad" file="anndata_ops.h5" ftype="h5ad" compare="sim_size"/> </test> </tests>
--- a/scanpy_macros2.xml Fri Jun 12 09:19:22 2020 -0400 +++ b/scanpy_macros2.xml Mon Sep 07 13:59:52 2020 +0000 @@ -1,10 +1,13 @@ <macros> - <token name="@TOOL_VERSION@">1.4.3</token> + <token name="@TOOL_VERSION@">1.6.0</token> <token name="@HELP@">More information can be found at https://scanpy.readthedocs.io</token> <token name="@PROFILE@">18.01</token> <token name="@VERSION_HISTORY@"><![CDATA[ **Version history** +1.6.0+galaxy0: Update to scanpy-scripts 0.2.13 (running scanpy ==1.6.0) to incorporate new options, code simplifications, and batch integration methods. Jonathan Manning, Expression Atlas team https://www.ebi.ac.uk/gxa/home at +EMBL-EBI https://www.ebi.ac.uk/ + 1.4.3+galaxy10: Update to scanpy-scripts 0.2.10 (running scanpy ==1.4.3) to address bugfixes in run-pca. 1.4.3+galaxy10: Update to scanpy-scripts 0.2.9 (running scanpy ==1.4.3) to address bugfixes in find-variable-genes. @@ -46,7 +49,7 @@ <xml name="requirements"> <requirements> - <requirement type="package" version="0.2.10">scanpy-scripts</requirement> + <requirement type="package" version="0.3.0">scanpy-scripts</requirement> <yield/> </requirements> </xml>