Mercurial > repos > azomics > metacyto_histogram
annotate metacyto_histogram.xml @ 0:f5526d97056c draft default tip
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
author | azomics |
---|---|
date | Thu, 29 Jul 2021 22:15:11 +0000 |
parents | |
children |
rev | line source |
---|---|
0
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
1 <tool id="metacyto_histogram" name="Generate histograms" version="1.0+galaxy0" profile="18.01"> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
2 <description>of MetaCyto's clustering results</description> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
3 <requirements> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
4 <requirement type="package" version="1.4.0">bioconductor-metacyto</requirement> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
5 </requirements> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
6 <stdio> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
7 <exit_code range="1:9" /> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
8 <exit_code range="10" level="fatal" description="Please provide a valid input FCS file." /> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
9 <exit_code range="11" level="fatal" description="Please provide a valid input file for gate definitions." /> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
10 <exit_code range="12" level="fatal" description="Please provide a cluster definition" /> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
11 <exit_code range="13:" /> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
12 </stdio> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
13 <command><![CDATA[ |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
14 Rscript --slave --vanilla '$__tool_directory__/metacyto_histogram.R' '${input}' '${input.name}' 'metacyto_plots' '${unused}' '${outformat}' |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
15 #if $input_option.co == "F" |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
16 'F' '${input_option.gates}' |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
17 #else if $input_option.co == "L" |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
18 'L' '${input_option.first_def}' |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
19 #for $r in $input_option.cl_df |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
20 '${r.cluster_def}' |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
21 #end for |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
22 #end if |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
23 ]]> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
24 </command> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
25 <inputs> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
26 <param format="fcs" name="input" type="data" label="FCS file"/> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
27 <conditional name="input_option"> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
28 <param name="co" type="select" label="Clusters to plot"> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
29 <option value="F">from file</option> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
30 <option value="L">manual input</option> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
31 </param> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
32 <when value="F"> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
33 <param format="metacyto_clr.txt" name="gates" type="data" label="List of cluster definition" help="One gate definition per line."/> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
34 </when> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
35 <when value="L"> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
36 <param name="first_def" type="text" label="Additional cluster definition:" help="i.e.:CD3+,CD4-,CD8+,CCR7+"/> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
37 <repeat name="cl_df" title="Cluster:"> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
38 <param name="cluster_def" type="text" label="Additional cluster definition:" help="i.e.:CD3+,CD4-,CD8+,CCR7+"/> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
39 </repeat> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
40 </when> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
41 </conditional> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
42 <param name="outformat" type="select" label="Output Format" help="PDF will be larger files that may take some time to load."> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
43 <option value="PNG" selected="true">PNG</option> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
44 <option value="PDF">PDF</option> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
45 </param> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
46 </inputs> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
47 <outputs> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
48 <data format="txt" name="unused" label="List of clusters not found in ${input.name}"/> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
49 <collection type="list" label="Histograms in ${input.name}, PNG format" name="output_png"> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
50 <discover_datasets pattern="(?P<name>.*)" directory="metacyto_plots" format="png" /> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
51 <filter>outformat=="PNG"</filter> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
52 </collection> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
53 <collection type="list" label="Histograms in ${input.name}, PDF format" name="output_pdf"> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
54 <discover_datasets pattern="(?P<name>.*)" directory="metacyto_plots" format="pdf" /> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
55 <filter>outformat=="PDF"</filter> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
56 </collection> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
57 </outputs> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
58 <tests> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
59 <test> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
60 <param name="input" value="Group1.fcs"/> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
61 <param name="co" value="L"/> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
62 <param name="first_def" value="CD3+,CD4-"/> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
63 <param name="outformat" value="PNG"/> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
64 <output name="unused"> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
65 <assert_contents> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
66 <has_n_lines n="1"/> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
67 </assert_contents> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
68 </output> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
69 <output_collection name="output_png"> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
70 <element name="Group1_CD3+CD4-_plot.png" ftype="png"> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
71 <assert_contents> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
72 <has_size value="105600" delta="30000"/> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
73 </assert_contents> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
74 </element> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
75 </output_collection> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
76 </test> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
77 </tests> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
78 <help><![CDATA[ |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
79 Histograms of the distribution of events after clustering with MetaCyto for provided gating definitions |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
80 ------------------------------------------------------------------------------------------------------- |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
81 |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
82 **Input files** |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
83 |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
84 This tool requires a valid FCS file and a list of clusters as input. |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
85 |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
86 **Output** |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
87 |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
88 This tool generates plots to show the distribution of cells in each cluster definition. The gray histograms show the distribution of markers in all cells. The red histograms show the distribution of markers in the identified cell subset. |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
89 |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
90 **Example** |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
91 |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
92 *Input* - Cluster List:: |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
93 |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
94 Marker1+|Marker3- |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
95 Marker1+|Marker2+|Marker3- |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
96 ... |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
97 |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
98 *Output* - Unused Cluster List:: |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
99 |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
100 Marker1+|Marker3- |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
101 Marker1-|Marker2+|Marker3- |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
102 ... |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
103 |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
104 *Graphical output* |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
105 |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
106 .. image:: images/meta_histo.png |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
107 ]]> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
108 </help> |
f5526d97056c
"planemo upload for repository https://github.com/AstraZeneca-Omics/immport-galaxy-tools/tree/master/flowtools/metacyto_histogram commit cb978232e32b64f7b0ff3c1852e708361045d268"
azomics
parents:
diff
changeset
|
109 </tool> |