# HG changeset patch
# User ebi-gxa
# Date 1620216526 0
# Node ID 7fd39eb52f3869f7468ca874286547c4e46651d1
# Parent df56c78c5a8e8e116fd75d24d115700ab670a923
"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 df56c78c5a8e -r 7fd39eb52f38 scanpy-filter-cells.xml
--- a/scanpy-filter-cells.xml Mon Apr 12 14:40:40 2021 +0000
+++ b/scanpy-filter-cells.xml Wed May 05 12:08:46 2021 +0000
@@ -30,6 +30,7 @@
#set subs = ' '.join(["--subset 'c:{name}' '{subset}'".format(**$s) for $s in $subsets])
${subs}
#end if
+ @SAVE_MATRIX_OPTS@
@INPUT_OPTS@
@OUTPUT_OPTS@
@EXPORT_MTX_OPTS@
@@ -63,6 +64,7 @@
+
diff -r df56c78c5a8e -r 7fd39eb52f38 scanpy_macros2.xml
--- a/scanpy_macros2.xml Mon Apr 12 14:40:40 2021 +0000
+++ b/scanpy_macros2.xml Wed May 05 12:08:46 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 @@
+
+
+
+
+