comparison 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
comparison
equal deleted inserted replaced
1:13a27436f8ee 2:fd0fc93b3c87
1 <tool id="seurat_run_tsne" name="Seurat RunTSNE" version="@SEURAT_VERSION@_@VERSION@+galaxy0"> 1 <tool id="seurat_run_tsne" name="Seurat RunTSNE" version="@SEURAT_VERSION@+galaxy1">
2 <description>run t-SNE dimensionality reduction</description> 2 <description>run t-SNE dimensionality reduction</description>
3 <macros> 3 <macros>
4 <import>seurat_macros.xml</import> 4 <import>seurat_macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements" /> 6 <expand macro="requirements" />
29 --dim_embed '$adv.dim_embed' 29 --dim_embed '$adv.dim_embed'
30 #end if 30 #end if
31 #if $adv.random_seed 31 #if $adv.random_seed
32 --random-seed '$adv.random_seed' 32 --random-seed '$adv.random_seed'
33 #end if 33 #end if
34 #if $adv.perplexity
35 --perplexity '$adv.perplexity'
36 #end if
34 37
35 @OUTPUT_OBJECT@ 38 @OUTPUT_OBJECT@
36 --output-embeddings-file output_embed 39 --output-embeddings-file output_embed
37 ]]></command> 40 ]]></command>
38 41
49 </param> 52 </param>
50 <param label="tSNE dimensions" optional="true" name="dim_embed" argument="--dim_embed" type="select" help="The dimensional space of the resulting tSNE embedding (default is 2). For example, set to 3 for a 3d tSNE"> 53 <param label="tSNE dimensions" optional="true" name="dim_embed" argument="--dim_embed" type="select" help="The dimensional space of the resulting tSNE embedding (default is 2). For example, set to 3 for a 3d tSNE">
51 <option value="2" selected="true">2</option> 54 <option value="2" selected="true">2</option>
52 <option value="3">3</option> 55 <option value="3">3</option>
53 </param> 56 </param>
57 <param label="Perplexity" optional="true" name="perplexity" argument="--perplexity" type="integer" help="An integer above 0."/>
54 <param label="Random seed" optional="true" name="random_seed" argument="--random-seed" type="integer" help="Seed of the random number generator"/> 58 <param label="Random seed" optional="true" name="random_seed" argument="--random-seed" type="integer" help="Seed of the random number generator"/>
55 </section> 59 </section>
56 </inputs> 60 </inputs>
57 61
58 <outputs> 62 <outputs>