# HG changeset patch # User ebi-gxa # Date 1591967962 14400 # Node ID f0a29f4b9be901fd11a9b37c1383cf14dcb056fa # Parent 54f1212d26acb9bd2bd1c3306e028b5287c66514 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit e2ec0706fd62528e5198e3c050d91ab0ee6cd4da" diff -r 54f1212d26ac -r f0a29f4b9be9 anndata_operations.xml --- a/anndata_operations.xml Thu Jun 11 13:07:33 2020 -0400 +++ b/anndata_operations.xml Fri Jun 12 09:19:22 2020 -0400 @@ -1,5 +1,5 @@ - + modifies metadata and flags genes scanpy_macros2.xml @@ -36,6 +36,10 @@ adata = sc.read('input.h5') +#if $copy_adata_to_raw: +adata.raw = adata +#end if + gene_name = '${gene_symbols_field}' qc_vars = list() @@ -128,6 +132,7 @@ +