Mercurial > repos > ebi-gxa > seurat_hover_locator
comparison seurat_hover_locator.xml @ 0:60e3b8960913 draft default tip
planemo upload commit 0264c359f1d638bbbbab515a3502231f679cdcf6
author | ebi-gxa |
---|---|
date | Sat, 02 Mar 2024 10:41:38 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:60e3b8960913 |
---|---|
1 <tool id="seurat_hover_locator" name="Seurat Hover Locator" profile="18.01" version="@SEURAT_VERSION@+galaxy0"> | |
2 <description>produces an interactive plot with data overlay</description> | |
3 <macros> | |
4 <import>seurat_macros.xml</import> | |
5 </macros> | |
6 <expand macro="requirements" /> | |
7 <expand macro="version" /> | |
8 <command detect_errors="exit_code"><![CDATA[ | |
9 seurat-hover-locator.R | |
10 | |
11 --plot-rds '$plot_rds' | |
12 | |
13 | |
14 #if $information_table | |
15 --information-table '$information_table' | |
16 #end if | |
17 | |
18 $stringsAsFactors | |
19 | |
20 | |
21 #if $key | |
22 --key '$key' | |
23 #end if | |
24 | |
25 $keepLeadingZeros | |
26 | |
27 $axes | |
28 | |
29 $dark_theme | |
30 | |
31 | |
32 --output-html '$output_html' | |
33 | |
34 $selfcontained | |
35 | |
36 | |
37 #if $libdir | |
38 --libdir '$libdir' | |
39 #end if | |
40 | |
41 | |
42 ]]></command> | |
43 <inputs> | |
44 <param label="RDS with ggplot2 object from Seurat 4" name="plot_rds" argument="--plot-rds" type="data" format='?' help="None"/> | |
45 <param label="Information-table" optional='true' name="information_table" argument="--information-table" type="data" format='txt,tabular,csv' help="Table with information for overlaying on the plot. Usually the result of calling FetchData on the original Seurat object."/> | |
46 <param label="Stringsasfactors" optional='true' value='true' name="stringsAsFactors" argument="--do-not-stringsAsFactors" type="boolean" truevalue='' falsevalue='--do-not-stringsAsFactors' checked='true' help="Load strings as factors."/> | |
47 <param label="Key" optional='true' name="key" argument="--key" type="text" help="Key (index) for the information table"/> | |
48 <param label="Keepleadingzeros" optional='true' value='true' name="keepLeadingZeros" argument="--do-not-keepLeadingZeros" type="boolean" truevalue='' falsevalue='--do-not-keepLeadingZeros' checked='true' help="If TRUE a column containing numeric data with leading zeros will be read as character, otherwise leading zeros will be removed and converted to numeric."/> | |
49 <param label="Axes" optional='true' value='true' name="axes" argument="--do-not-axes" type="boolean" truevalue='' falsevalue='--do-not-axes' checked='true' help="Display x- and y-axes"/> | |
50 <param label="Dark theme" optional='true' value='false' name="dark_theme" argument="--dark-theme" type="boolean" truevalue='--dark-theme' falsevalue='' checked='false' help="Plot using a dark theme?"/> | |
51 <param label="Selfcontained" optional='true' value='true' name="selfcontained" argument="--do-not-selfcontained" type="boolean" truevalue='' falsevalue='--do-not-selfcontained' checked='true' help="Whether to save the HTML as a single self-contained file (with external resources base64 encoded) or a file with external resources placed in an adjacent directory."/> | |
52 <param label="Libdir" optional='true' name="libdir" argument="--libdir" type="text" help="Directory to copy HTML dependencies into (defaults to filename_files)."/> | |
53 | |
54 </inputs> | |
55 <outputs> | |
56 <data label="${tool.name} on ${on_string}: Output-html" name="output_html" format='html' /> | |
57 </outputs> | |
58 <tests> | |
59 | |
60 </tests> | |
61 <help> | |
62 | |
63 </help> | |
64 <expand macro="citations" /> | |
65 </tool> |