diff seurat_run_tsne.xml @ 2:fd0fc93b3c87 draft

planemo upload for repository https://github.com/ebi-gene-expression-group/container-galaxy-sc-tertiary/ commit bbe3c1f7fd8489951f2d90415fe80dd5cf961ca0
author ebi-gxa
date Fri, 10 Jul 2020 21:52:46 -0400
parents 13a27436f8ee
children 2d294978b152
line wrap: on
line diff
--- 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 @@
-<tool id="seurat_run_tsne" name="Seurat RunTSNE" version="@SEURAT_VERSION@_@VERSION@+galaxy0">
+<tool id="seurat_run_tsne" name="Seurat RunTSNE" version="@SEURAT_VERSION@+galaxy1">
     <description>run t-SNE dimensionality reduction</description>
     <macros>
         <import>seurat_macros.xml</import>
@@ -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 @@
               <option value="2" selected="true">2</option>
               <option value="3">3</option>
             </param>
+            <param label="Perplexity" optional="true" name="perplexity" argument="--perplexity" type="integer" help="An integer above 0."/>
             <param label="Random seed" optional="true" name="random_seed" argument="--random-seed" type="integer" help="Seed of the random number generator"/>
         </section>
     </inputs>