# HG changeset patch
# User ebi-gxa
# Date 1594432366 14400
# Node ID fd0fc93b3c874783af3a43f1df045e7e23461437
# Parent 13a27436f8eeb63407cf6d0b3aeb156b2eec1556
planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit bbe3c1f7fd8489951f2d90415fe80dd5cf961ca0
diff -r 13a27436f8ee -r fd0fc93b3c87 seurat_macros.xml
--- a/seurat_macros.xml Mon Nov 25 06:11:40 2019 -0500
+++ b/seurat_macros.xml Fri Jul 10 21:52:46 2020 -0400
@@ -1,6 +1,6 @@
- 0.0.6
+ 0.0.7
3.1.1
@@ -97,6 +97,8 @@
+ 10.1101/2020.04.08.032698
diff -r 13a27436f8ee -r fd0fc93b3c87 seurat_run_tsne.xml
--- a/seurat_run_tsne.xml Mon Nov 25 06:11:40 2019 -0500
+++ b/seurat_run_tsne.xml Fri Jul 10 21:52:46 2020 -0400
@@ -1,4 +1,4 @@
-
+
run t-SNE dimensionality reduction
seurat_macros.xml
@@ -31,6 +31,9 @@
#if $adv.random_seed
--random-seed '$adv.random_seed'
#end if
+#if $adv.perplexity
+ --perplexity '$adv.perplexity'
+#end if
@OUTPUT_OBJECT@
--output-embeddings-file output_embed
@@ -51,6 +54,7 @@
+