# HG changeset patch
# User ebi-gxa
# Date 1574710581 18000
# Node ID 9e42d879538530ccc2875324c28e2371e3b3d83d
# Parent 1442daff0c7c527843c2be37baa99cf7ae599036
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/tree/develop/tools/tertiary-analysis/scanpy commit 400799f99ee36ad12b990b1ccabf4be16a26c003
diff -r 1442daff0c7c -r 9e42d8795385 scanpy-filter-genes.xml.bak
--- a/scanpy-filter-genes.xml.bak Wed Nov 20 05:11:20 2019 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,94 +0,0 @@
-
-
- based on counts and numbers of cells expressed
-
- scanpy_macros2.xml
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff -r 1442daff0c7c -r 9e42d8795385 scanpy-normalise-data.xml
--- a/scanpy-normalise-data.xml Wed Nov 20 05:11:20 2019 -0500
+++ b/scanpy-normalise-data.xml Mon Nov 25 14:36:21 2019 -0500
@@ -1,5 +1,5 @@
-
+
to make all cells having the same total expression
scanpy_macros2.xml
@@ -25,7 +25,7 @@
-
@@ -33,7 +33,7 @@
-
+
diff -r 1442daff0c7c -r 9e42d8795385 scanpy_macros2.xml
--- a/scanpy_macros2.xml Wed Nov 20 05:11:20 2019 -0500
+++ b/scanpy_macros2.xml Mon Nov 25 14:36:21 2019 -0500
@@ -4,6 +4,8 @@
=1.4.2).
@@ -17,7 +19,11 @@
--input-format '${input_format}' input.h5
- --show-obj stdout --output-format '${output_format}' output.h5
+#if str($output_format).startswith('anndata')
+ --show-obj stdout --output-format anndata output.h5
+#else
+ --show-obj stdout --output-format loom output.h5
+#end if
#if $fig_title
@@ -33,7 +39,7 @@
- scanpy-scripts
+ scanpy-scripts
@@ -55,7 +61,7 @@
-
+
@@ -64,11 +70,44 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ output_format == 'anndata_h5ad'
+
+
+ output_format == 'anndata'
+
+
+
+
+
+ output_format == 'anndata_h5ad'
+
+
+ output_format == 'anndata'
+
+
+ output_format == 'loom_legacy'
+
+
+ output_format == 'loom'
+
+
+