# HG changeset patch # User iuc # Date 1576160555 18000 # Node ID a56baceb1900eaf25b6db6c3cbfee4e25e9f7e61 # Parent 19592ec717efe5a635d05a635ee1331cc3d0043f "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/anndata/ commit 3b41d687ff30583540d055f6995de00530cca81d" diff -r 19592ec717ef -r a56baceb1900 macros.xml --- a/macros.xml Wed Oct 16 06:26:45 2019 -0400 +++ b/macros.xml Thu Dec 12 09:22:35 2019 -0500 @@ -1,6 +1,6 @@ 0.6.22.post1 - galaxy0 + galaxy1 anndata diff -r 19592ec717ef -r a56baceb1900 manipulate.xml --- a/manipulate.xml Wed Oct 16 06:26:45 2019 -0400 +++ b/manipulate.xml Thu Dec 12 09:22:35 2019 -0500 @@ -120,6 +120,10 @@ #else if $manipulate.var_obs == 'obs' adata = adata[filtered, :] #end if + +#else if $manipulate.function == 'save_raw' +adata.raw = adata + #end if adata.write('anndata.h5ad') @@ -137,6 +141,7 @@ + @@ -173,7 +178,7 @@ help="The new table should have the same number of rows and same order than obs or var. The key names should be in the header (1st line)"/> - + @@ -368,6 +373,14 @@ + + + + + + + + diff -r 19592ec717ef -r a56baceb1900 test-data/manipulate.save_raw.h5ad Binary file test-data/manipulate.save_raw.h5ad has changed