# HG changeset patch # User ebi-gxa # Date 1620216635 0 # Node ID 7a573108f5f41c578161bf1e3387e61ac6e9002e # Parent 7322e7583847c63a4274dd70724ff4d0a644cf74 "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 7322e7583847 -r 7a573108f5f4 scanpy_macros2.xml --- a/scanpy_macros2.xml Mon Apr 12 14:42:43 2021 +0000 +++ b/scanpy_macros2.xml Wed May 05 12:10:35 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 @@ + + + + +