comparison seurat.xml @ 9:c4db6ec33fec draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/seurat commit 7681c9101062f58ac4eb296a98b1644d4ed2340a"
author iuc
date Thu, 21 Oct 2021 15:57:20 +0000
parents 828324f3292f
children bb9732cfcdbe
comparison
equal deleted inserted replaced
8:828324f3292f 9:c4db6ec33fec
1 <tool id="seurat" name="Seurat" version="@TOOL_VERSION@+galaxy0"> 1 <tool id="seurat" name="Seurat" version="@TOOL_VERSION@+galaxy0">
2 <description>- toolkit for exploration of single-cell RNA-seq data</description> 2 <description>- toolkit for exploration of single-cell RNA-seq data</description>
3 <macros> 3 <macros>
4 <token name="@TOOL_VERSION@">3.2.2</token> 4 <token name="@TOOL_VERSION@">4.0.5</token>
5 </macros> 5 </macros>
6 <requirements> 6 <requirements>
7 <requirement type="package" version="@TOOL_VERSION@">r-seurat</requirement> 7 <requirement type="package" version="@TOOL_VERSION@">r-seurat</requirement>
8 <requirement type="package" version="2.4">r-rmarkdown</requirement> 8 <requirement type="package" version="2.11">r-rmarkdown</requirement>
9 </requirements> 9 </requirements>
10 <command detect_errors="exit_code"><![CDATA[ 10 <command detect_errors="exit_code"><![CDATA[
11 #if "vln" in $meta.plots: 11 #if "vln" in $meta.plots:
12 #set $vln = 'T' 12 #set $vln = 'T'
13 #else 13 #else
64 output_file = \"out.html\")" 64 output_file = \"out.html\")"
65 ]]></command> 65 ]]></command>
66 <inputs> 66 <inputs>
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"/> 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"/>
68 <section name="adv" title="Advanced Options" expanded="true"> 68 <section name="adv" title="Advanced Options" expanded="true">
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" /> 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" />
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." /> 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" />
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." /> 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" />
72 <param name="low_thresholds" type="integer" value="1" label="Low threshold for filtering cells" /> 72 <param name="low_thresholds" type="integer" value="1" label="Low threshold for filtering cells" />
73 <param name="high_thresholds" type="integer" value="20000000" label="High threshold for filtering cells" /> 73 <param name="high_thresholds" type="integer" value="20000000" label="High threshold for filtering cells" />
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" /> 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" />
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." /> 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" />
76 <param name="perplexity" type="integer" value="" optional="true" label="Perplexity parameter" help="Parameter for the tSNE dimensionality reduction" /> 76 <param name="perplexity" type="integer" value="" optional="true" label="Perplexity parameter" help="Parameter for the tSNE dimensionality reduction" />
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" /> 77 <param name="min_pct" type="float" value="0.1" label="Minimum percent cells" help="With FindMarkers, only test genes that are detected in at least this percentage of cells in either of the two populations. Meant to speed up the function by not testing genes that are very infrequently expressed" />
78 <param name="logfc_threshold" type="float" min="0" value="0.25" label="LogFC threshold" 78 <param name="logfc_threshold" type="float" min="0" value="0.25" label="Log fold change threshold"
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." /> 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. Increasing this parameter speeds up the function, but can miss weaker signals" />
80 </section> 80 </section>
81 <section name="meta" title="Output options" expanded="true"> 81 <section name="meta" title="Output options" expanded="true">
82 <param name="showcode" type="boolean" truevalue="T" falsevalue="F" checked="false" label="Show code alongside outputs?"/> 82 <param name="showcode" type="boolean" truevalue="T" falsevalue="F" checked="false" label="Show code alongside outputs?"/>
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)"/> 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)"/>
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?"/> 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?"/>
113 <param name="showcode" value="T"/> 113 <param name="showcode" value="T"/>
114 <param name="warn" value="F"/> 114 <param name="warn" value="F"/>
115 <param name="varstate" value="F"/> 115 <param name="varstate" value="F"/>
116 <param name="plots" value="feat"/> 116 <param name="plots" value="feat"/>
117 </section> 117 </section>
118 <output name="out_html" ftype="html" value="out.html" compare="sim_size" delta="20000" /> 118 <output name="out_html" ftype="html">
119 <assert_contents>
120 <has_text text="Seurat Analysis" />
121 <has_text text="Performed using Galaxy" />
122 <has_text text="img src=&quot;data:image/png;base64" />
123 </assert_contents>
124 </output>
119 </test> 125 </test>
120 <test> <!-- perplexity test --> 126 <test> <!-- perplexity test -->
121 <param name="counts" ftype="tabular" value="counts.tab.gz"/> 127 <param name="counts" ftype="tabular" value="counts.tab.gz"/>
122 <section name="adv"> 128 <section name="adv">
123 <param name="numPCs" value="10" /> 129 <param name="numPCs" value="10" />
135 <param name="showcode" value="T"/> 141 <param name="showcode" value="T"/>
136 <param name="warn" value="F"/> 142 <param name="warn" value="F"/>
137 <param name="varstate" value="F"/> 143 <param name="varstate" value="F"/>
138 <param name="plots" value="feat"/> 144 <param name="plots" value="feat"/>
139 </section> 145 </section>
140 <output name="out_html" ftype="html" value="out.html" compare="sim_size" delta="20000" /> 146 <output name="out_html" ftype="html">
147 <assert_contents>
148 <has_text text="Seurat Analysis" />
149 <has_text text="Performed using Galaxy" />
150 <has_text text="img src=&quot;data:image/png;base64" />
151 </assert_contents>
152 </output>
141 </test> 153 </test>
142 </tests> 154 </tests>
143 <help><![CDATA[ 155 <help><![CDATA[
144 .. class:: infomark 156 .. class:: infomark
145 157