annotate seurat.xml @ 8:b7d075955a4e draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 2ce6929219210d790e2c078b1464e8c0c73ed29c"
author iuc
date Thu, 10 Jun 2021 17:19:22 +0000
parents 5a682bb86360
children 83edff08f8d5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
5a682bb86360 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents: 6
diff changeset
1 <tool id="seurat" name="Seurat" version="@TOOL_VERSION@+galaxy0">
0
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
2 <description>- toolkit for exploration of single-cell RNA-seq data</description>
2
1b13e9bcfa60 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 3cf715ec11e2c9944f46572e324e5b2db5aa151f"
iuc
parents: 1
diff changeset
3 <macros>
7
5a682bb86360 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents: 6
diff changeset
4 <token name="@TOOL_VERSION@">3.2.2</token>
2
1b13e9bcfa60 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 3cf715ec11e2c9944f46572e324e5b2db5aa151f"
iuc
parents: 1
diff changeset
5 </macros>
0
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
6 <requirements>
2
1b13e9bcfa60 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 3cf715ec11e2c9944f46572e324e5b2db5aa151f"
iuc
parents: 1
diff changeset
7 <requirement type="package" version="@TOOL_VERSION@">r-seurat</requirement>
7
5a682bb86360 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 8f89414ecee8120447febc2902ff1ddbbd71e638"
iuc
parents: 6
diff changeset
8 <requirement type="package" version="2.4">r-rmarkdown</requirement>
0
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
9 </requirements>
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
10 <command detect_errors="exit_code"><![CDATA[
1
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
11 #if "vln" in $meta.plots:
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
12 #set $vln = 'T'
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
13 #else
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
14 #set $vln = 'F'
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
15 #end if
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
16 #if "feat" in $meta.plots:
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
17 #set $feat = 'T'
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
18 #else
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
19 #set $feat = 'F'
0
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
20 #end if
1
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
21 #if "PCs" in $meta.plots:
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
22 #set $PCs = 'T'
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
23 #else
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
24 #set $PCs = 'F'
0
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
25 #end if
1
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
26 #if "tsne" in $meta.plots:
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
27 #set $tsne = 'T'
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
28 #else
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
29 #set $tsne = 'F'
0
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
30 #end if
1
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
31 #if "heat" in $meta.plots:
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
32 #set $heatmaps = 'T'
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
33 #else
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
34 #set $heatmaps = 'F'
0
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
35 #end if
6
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
36 #if not str($adv.perplexity):
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
37 #set $adv_perplexity = -1
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
38 #else:
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
39 #set $adv_perplexity = $adv.perplexity
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
40 #end if
1
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
41 Rscript -e "library(\"rmarkdown\"); render(\"$__tool_directory__/Seurat.R\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
42 params = list(counts = \"${counts}\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
43 min_cells = \"${adv.min_cells}\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
44 min_genes = \"${adv.min_genes}\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
45 low_thresholds = \"${adv.low_thresholds}\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
46 high_thresholds = \"${adv.high_thresholds}\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
47 numPCs = \"${adv.num_PCs}\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
48 cells_use = \"${adv.cells_use}\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
49 resolution = \"${adv.resolution}\",
6
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
50 perplexity = \"${adv_perplexity}\",
1
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
51 min_pct = \"${adv.min_pct}\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
52 logfc_threshold = \"${adv.logfc_threshold}\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
53 warn = \"${meta.warn}\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
54 varstate = \"${meta.varstate}\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
55 showcode = \"${meta.showcode}\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
56 vlnfeat = \"$vln\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
57 featplot = \"$feat\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
58 PCplots = \"$PCs\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
59 tsne = \"$tsne\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
60 heatmaps = \"$heatmaps\"),
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
61 intermediates_dir = \".\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
62 output_format = html_document(),
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
63 output_dir = \".\",
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
64 output_file = \"out.html\")"
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
65 ]]></command>
0
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
66 <inputs>
1
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
67 <param name="counts" type="data" format="tabular,tsv" label="Counts file" help="The should be a TAB-separated count matrix with gene identifers in the first column and a header row"/>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
68 <section name="adv" title="Advanced Options" expanded="true">
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
69 <param name="num_PCs" type="integer" min="0" value="10" label="Number of PCs to use in plots" help="Uses this number of PCs in PCHEatmap, JackStrawPlot, FindClusters, RunTSNE. Default: 10" />
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
70 <param name="min_cells" type="integer" min="0" value="0" label="Minimum cells" help="Include genes with detected expression in at least this many cells." />
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
71 <param name="min_genes" type="integer" min="0" value="0" label="Minimum genes" help="Include cells where at least this many genes are detected." />
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
72 <param name="low_thresholds" type="integer" value="1" label="Low threshold for filtering cells" />
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
73 <param name="high_thresholds" type="integer" value="20000000" label="High threshold for filtering cells" />
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
74 <param name="cells_use" type="integer" min="1" value="500" label="Cells to use for PCHeatmap" help="Plots this number of top ‘extreme’ cells on both ends of the spectrum, which dramatically speeds plotting for large datasets" />
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
75 <param name="resolution" type="float" value="0.6" label="Resolution parameter" help="Value of the resolution parameter used in FindClusters, use a value above (below) 1.0 if you want to obtain a larger (smaller) number of communities." />
6
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
76 <param name="perplexity" type="integer" value="" optional="true" label="Perplexity parameter" help="Parameter for the tSNE dimensionality reduction" />
1
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
77 <param name="min_pct" type="float" value="0.1" label="Minimum percent cells" help="With FindMarkers only test genes that are detected in a minimum fraction of min.pct cells in either of the two populations. Meant to speed up the function by not testing genes that are very infrequently expressed. Default is 0.1" />
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
78 <param name="logfc_threshold" type="float" min="0" value="0.25" label="LogFC threshold"
0
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
79 help="With FindMarkers, limit testing to genes which show, on average, at least X-fold difference (log-scale)between the two groups of cells. Default is 0.25 Increasing logfc.threshold speeds up the function, but can miss weaker signals." />
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
80 </section>
1
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
81 <section name="meta" title="Output options" expanded="true">
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
82 <param name="showcode" type="boolean" truevalue="T" falsevalue="F" checked="false" label="Show code alongside outputs?"/>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
83 <param name="warn" type="boolean" truevalue="T" falsevalue="F" checked="false" label="Include warnings in the output file (Yes) or pipe to stdout (No)"/>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
84 <param name="varstate" type="boolean" truevalue="T" falsevalue="F" checked="false" label="Display variable values used in code at the beginning of output file?"/>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
85 <param name="plots" type="select" optional="true" multiple="true" display="checkboxes" label="Which plots should be output?">
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
86 <option value="vln" selected="true">Violin and Scatter plots</option>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
87 <option value="feat" selected="true">Feature counts plots</option>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
88 <option value="PCs" selected="true">PC plots</option>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
89 <option value="tsne" selected="true">tSNE plots</option>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
90 <option value="heat" selected="true">Heatmap plots</option>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
91 </param>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
92 </section>
0
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
93 </inputs>
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
94 <outputs>
1
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
95 <data name="out_html" format="html" from_work_dir="out.html" label="${tool.name} on ${on_string}" />
0
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
96 </outputs>
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
97
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
98 <tests>
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
99 <test>
1
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
100 <param name="counts" ftype="tabular" value="counts.tab.gz"/>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
101 <section name="adv">
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
102 <param name="numPCs" value="10" />
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
103 <param name="min_cells" value="3"/>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
104 <param name="min_genes" value="200"/>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
105 <param name="low_thresholds" value="1" />
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
106 <param name="high_thresholds" value="20000000" />
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
107 <param name="cells_use" value="500"/>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
108 <param name="resolution" value="0.6" />
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
109 <param name="min_pct" value="0.25" />
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
110 <param name="logfc_threshold" value="0.25" />
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
111 </section>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
112 <section name="meta">
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
113 <param name="showcode" value="T"/>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
114 <param name="warn" value="F"/>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
115 <param name="varstate" value="F"/>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
116 <param name="plots" value="feat"/>
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
117 </section>
3
97aa63979f80 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 9812fde33003c6318f225fd7077a3a15b3a684a3"
iuc
parents: 2
diff changeset
118 <output name="out_html" ftype="html" value="out.html" compare="sim_size" delta="20000" />
0
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
119 </test>
6
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
120 <test> <!-- perplexity test -->
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
121 <param name="counts" ftype="tabular" value="counts.tab.gz"/>
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
122 <section name="adv">
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
123 <param name="numPCs" value="10" />
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
124 <param name="min_cells" value="3"/>
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
125 <param name="min_genes" value="200"/>
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
126 <param name="low_thresholds" value="1" />
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
127 <param name="high_thresholds" value="20000000" />
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
128 <param name="cells_use" value="500"/>
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
129 <param name="resolution" value="0.6" />
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
130 <param name="perplexity" value="16" />
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
131 <param name="min_pct" value="0.25" />
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
132 <param name="logfc_threshold" value="0.25" />
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
133 </section>
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
134 <section name="meta">
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
135 <param name="showcode" value="T"/>
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
136 <param name="warn" value="F"/>
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
137 <param name="varstate" value="F"/>
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
138 <param name="plots" value="feat"/>
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
139 </section>
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
140 <output name="out_html" ftype="html" value="out.html" compare="sim_size" delta="20000" />
de35c66128fb "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit e8eeff2efea68e1e5bc697d0ff6a5808cd978db2"
iuc
parents: 5
diff changeset
141 </test>
0
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
142 </tests>
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
143 <help><![CDATA[
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
144 .. class:: infomark
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
145
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
146 **What it does**
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
147
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
148 Seurat_ is a toolkit for quality control, analysis, and exploration of single cell RNA sequencing data.
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
149 It is developed and maintained by the `Satija Lab`_ at NYGC. Seurat aims to enable users to identify and
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
150 interpret sources of heterogeneity from single cell transcriptomic measurements, and to integrate diverse
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
151 types of single cell data. See the `Seurat Guided Clustering tutorial`_ for more information.
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
152
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
153 -----
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
154
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
155 **Inputs**
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
156
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
157 * Gene count matrix in TAB-separated format
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
158
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
159 -----
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
160
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
161 **Outputs**
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
162
1
de6dd1e721de "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 88cf23c767023f71b4ea1e72aac568cc694cc34a"
iuc
parents: 0
diff changeset
163 * HTML of plots
0
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
164
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
165 Optionally you can choose to output
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
166
8
b7d075955a4e "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 2ce6929219210d790e2c078b1464e8c0c73ed29c"
iuc
parents: 7
diff changeset
167 * R commands used to generate plots printed alongside figures
0
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
168
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
169 .. _Seurat: https://www.nature.com/articles/nbt.4096
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
170 .. _Satija Lab: https://satijalab.org/seurat/
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
171 .. _Seurat Guided Clustering tutorial: https://satijalab.org/seurat/pbmc3k_tutorial.html
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
172
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
173 ]]></help>
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
174 <citations>
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
175 <citation type="doi">10.1038/nbt.4096</citation>
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
176 </citations>
2b645e529884 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 24c0223b9baa6d59bba381ef94f7e77b1c204d80
iuc
parents:
diff changeset
177 </tool>