# HG changeset patch # User ebi-gxa # Date 1620216861 0 # Node ID f49758aa29e5a5bc1f2ca45977fcff449a359e3c # Parent 0488639e0e8afd359e07e6ca8a61d92d29399215 "planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit ebe77c8718ec65277f4dc0d71fa5f4c5677df62d-dirty" diff -r 0488639e0e8a -r f49758aa29e5 scanpy_macros2.xml --- a/scanpy_macros2.xml Mon Apr 12 14:46:34 2021 +0000 +++ b/scanpy_macros2.xml Wed May 05 12:14:21 2021 +0000 @@ -30,6 +30,14 @@ --input-format '${input_format}' input.h5 + + #if $save_raw + --save-raw + #end if + #if $save_layer + --save-layer ${settings.save_layer} + #end if + #if str($output_format).startswith('anndata') --show-obj stdout --output-format anndata output.h5 @@ -51,7 +59,7 @@ - scanpy-scripts + scanpy-scripts @@ -122,6 +130,13 @@ + + + + +