# HG changeset patch # User iuc # Date 1580948412 18000 # Node ID 32e547223c9e27dd06784344e7a54c2ddf009c3e # Parent 080eab96d846c6770ef611a34e3be98d0e32e360 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 5744259254d4254a29cb7a6687fbbfd103301064" diff -r 080eab96d846 -r 32e547223c9e import.xml --- a/import.xml Sat Jan 18 03:36:57 2020 -0500 +++ b/import.xml Wed Feb 05 19:20:12 2020 -0500 @@ -1,4 +1,4 @@ - + from different format macros.xml @@ -77,6 +77,10 @@ delimiter='$delimiter', first_column_names=$hd5_format.in.first_column_names) +#else if $hd5_format.in.adata_format == '10x_h5' +import scanpy as sc +adata = sc.read_10x_h5('$hd5_format.in.input') + #else if $hd5_format.in.adata_format == 'mtx' #if $hd5_format.in.tenx.use == 'no' adata = ad.read_mtx(filename='$hd5_format.in.matrix') @@ -109,6 +113,7 @@ + @@ -124,6 +129,9 @@ + + + @@ -267,6 +275,22 @@ + + + + + + + + + + + + + + + + 0.6.22.post1 - galaxy2 + galaxy3 anndata diff -r 080eab96d846 -r 32e547223c9e test-data/dropletutils_input.h5 Binary file test-data/dropletutils_input.h5 has changed