# HG changeset patch # User iuc # Date 1580948216 0 # Node ID 9f277f08bd8ff974ec05b6e268e7d27039696328 # Parent 3257312867cd09a857af3f80ecb31acfaf25965e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 5744259254d4254a29cb7a6687fbbfd103301064" diff -r 3257312867cd -r 9f277f08bd8f import.xml --- a/import.xml Sat Jan 18 08:34:05 2020 +0000 +++ b/import.xml Thu Feb 06 00:16:56 2020 +0000 @@ -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 3257312867cd -r 9f277f08bd8f test-data/dropletutils_input.h5 Binary file test-data/dropletutils_input.h5 has changed