Mercurial > repos > immport-devteam > cross_sample
annotate runCrossSample.xml @ 4:e80b0f62ffb3 draft default tip
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
author | azomics |
---|---|
date | Wed, 29 Jul 2020 13:32:17 -0400 |
parents | |
children |
rev | line source |
---|---|
4
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
1 <tool id="run_cross_sample" name="Run Cross Sample" version="1.1+galaxy0" profile="18.01"> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
2 <description>using a Flow file that was run using FLOCK</description> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
3 <requirements> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
4 <requirement type="package" version="1.5.1">scipy</requirement> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
5 <requirement type="package" version="1.0.5">pandas</requirement> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
6 <requirement type="package" version="1.0">flock</requirement> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
7 </requirements> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
8 <stdio> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
9 <exit_code range="1" level="fatal"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
10 <exit_code range="2" level="fatal" description="Columns inconsistencies between files and centroids file. See stderr for more details." /> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
11 <exit_code range="3:" level="fatal"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
12 </stdio> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
13 <command><![CDATA[ |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
14 python '$__tool_directory__/runCrossSample.py' -m '${centroid}' -s '${stats}' -S '${mfistats}' -a '${allstats}' -M '${mfi}' -o crossSampleOutputs |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
15 #for $f in $input |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
16 -i $f |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
17 -n '${f.name}' |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
18 #end for |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
19 |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
20 ]]> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
21 </command> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
22 <inputs> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
23 <param format="flowtext" name="input" type="data_collection" collection_type="list" label="Flowtext files Collection"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
24 <param format="flowmfi" name="centroid" type="data" label="Centroid file"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
25 <param name="mfi" type="select" label="Calculate centroids using:"> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
26 <option value="mfi" selected="true">Mean Fluorescence Intensity</option> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
27 <option value="mdfi">Median Fluorescence Intensity</option> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
28 <option value="gmfi">Geometric Mean Fluorescence Intensity</option> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
29 </param> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
30 </inputs> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
31 <outputs> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
32 <collection type="list" label="CrossSample on ${input.name}" name="output"> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
33 <discover_datasets pattern="(?P<name>.*)" directory="crossSampleOutputs" format="flowclr" /> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
34 </collection> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
35 <data format="flowstat1" name="stats" label="Population distribution after CrossSample on ${input.name} using ${mfi}"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
36 <data format="flowstat2" name="mfistats" label="${mfi} centroids of CrossSample on ${input.name} using ${mfi}"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
37 <data format="flowstat3" name="allstats" label="${mfi} descriptive stats of CrossSample on ${input.name} using ${mfi}"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
38 </outputs> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
39 <tests> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
40 <test> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
41 <param name="input"> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
42 <collection type="list"> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
43 <element name="input1" value="input1.flowtext"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
44 <element name="input2" value="input2.flowtext"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
45 <element name="input3" value="input3.flowtext"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
46 </collection> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
47 </param> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
48 <param name="centroid" value="mfi.flowmfi"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
49 <param name="mfi" value="mfi"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
50 <output name="stats" file="out1.flowstat1" lines_diff="6"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
51 <output name="allstats" file="out1.flowstat3"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
52 <output name="mfistats" file="out1.flowstat2" compare="sim_size"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
53 <output_collection name="output" count="3"> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
54 <element name="input1.flowtext.flowclr" file="run1/input1.flowtext.flowclr" compare="sim_size"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
55 <element name="input2.flowtext.flowclr" file="run1/input2.flowtext.flowclr" compare="sim_size"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
56 <element name="input3.flowtext.flowclr" file="run1/input3.flowtext.flowclr" compare="sim_size"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
57 </output_collection> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
58 </test> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
59 <test> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
60 <param name="input"> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
61 <collection type="list"> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
62 <element name="input1" value="input1.flowtext"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
63 <element name="input2" value="input2.flowtext"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
64 <element name="input3" value="input3.flowtext"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
65 </collection> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
66 </param> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
67 <param name="centroid" value="gmfi.flowmfi"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
68 <param name="mfi" value="gmfi"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
69 <output name="stats" file="out2.flowstat1" lines_diff="6"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
70 <output name="allstats" file="out2.flowstat3"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
71 <output name="mfistats" file="out2.flowstat2" compare="sim_size"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
72 <output_collection name="output" type="list" count="3"> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
73 <element name="input1.flowtext.flowclr" file="run2/input1.flowtext.flowclr"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
74 <element name="input2.flowtext.flowclr" file="run2/input2.flowtext.flowclr"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
75 <element name="input3.flowtext.flowclr" file="run2/input3.flowtext.flowclr"/> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
76 </output_collection> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
77 </test> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
78 </tests> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
79 <help><![CDATA[ |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
80 This tool runs CrossSample using the MFI from FLOCK and text-converted FCS files. |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
81 ----- |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
82 **Input** |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
83 This tool compares text-converted FCS files from a data collection to the MFI generated by a FLOCK run. The same data collection merged and run with FLOCK should be used to ensure consistency in the attribution of events to populations. |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
84 .. class:: infomark |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
85 The option chosen for the centroids (mean, median or geometric mean) should be the same as used to run FLOCK. |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
86 **Output** |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
87 Each event within each file of a dataset collection is attributed to a population depending on its intensity profile. |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
88 A table of the population composition of each file is generated as well as MFI and population descriptive statistics. |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
89 .. class:: infomark |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
90 Tip: If headers in each text-converted FCS file do not match those in the centroid file, the program will not run. Edit the input file using the Remove, rearrange and/or rename columns tool in the Flow Text File Tools section prior to Cross Sample analysis. |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
91 ----- |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
92 **Example** |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
93 *Input* - fluorescence intensities per marker per event:: |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
94 Marker1 Marker2 Marker3 ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
95 33 47 11 ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
96 31 64 11 ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
97 21 62 99 ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
98 14 34 60 ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
99 ... ... ... ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
100 *Centroid file* - mean, geometric mean or median fluorescence intensity per marker per population:: |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
101 Population Marker1 Marker2 Marker3 ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
102 1 38 49 10 ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
103 2 21 63 100 ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
104 3 31 52 45 ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
105 4 11 78 25 ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
106 ... ... ... ... ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
107 *Output* for each text file - fluorescence intensities per marker and population ID per event:: |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
108 Marker1 Marker2 Marker3 ... Population |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
109 33 47 11 ... 1 |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
110 31 64 11 ... 6 |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
111 21 62 99 ... 2 |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
112 14 34 60 ... 7 |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
113 ... ... ... ... ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
114 *Summary table* - distribution of events in each population in each file:: |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
115 Filename SampleName Pop1 Pop2 Pop3 ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
116 File1 Biosample1 0.1 0.25 0.14 ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
117 File2 Biosample2 0.02 0.1 0.17 ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
118 File3 Biosample3 0.4 0.05 0.21 ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
119 File4 Biosample4 0.05 0.3 0.08 ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
120 *Centroid MFI Summary table* - for each file, mean, median or geometric mean fluorescence intensities per marker per population:: |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
121 Marker1 Marker2 Marker3 ... Population Percentage SampleName |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
122 154 885 24 ... 1 0.2 Biosample1 |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
123 458 74 574 ... 2 0.3 Biosample1 |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
124 3 210 86 ... 3 0.05 Biosample1 |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
125 ... ... ... ... ... ... ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
126 140 921 19 ... 1 0.1 Biosample2 |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
127 428 79 508 ... 2 0.25 Biosample2 |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
128 9 225 90 ... 3 0.3 Biosample2 |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
129 ... ... ... ... ... ... ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
130 *MFI Descriptive Statistics table* - for the set of files, mean, median and standard deviation of each centroid per marker per population, as well as mean, median and standard deviation of the population's proportion:: |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
131 Population Marker1_mean Marker1_median Marker1_stdev ... Percentage_mean Percentage_median Percentage_stdev |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
132 1 94.65 90.86 25.8 ... 1.84 0.55 2.48 |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
133 2 132.18 131.58 5.02 ... 9.89 9.76 0.33 |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
134 3 71.8 69.68 10.53 ... 3.02 1.49 3.45 |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
135 4 84.85 84.85 nan ... 8.52 8.52 nan |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
136 5 161.82 132.77 61.29 ... 0.95 0.37 1.06 |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
137 ... ... ... ... ... ... ... ... |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
138 ]]> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
139 </help> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
140 <citations> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
141 <citation type="doi">10.1002/cyto.b.20554</citation> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
142 <citation type="doi">10.3389/fimmu.2012.00302</citation> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
143 <citation type="doi">10.1371/journal.pone.0038408</citation> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
144 <citation type="doi">10.1371/journal.ppat.1003076</citation> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
145 <citation type="doi">10.1016/j.clim.2012.12.003</citation> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
146 <citation type="doi">10.1038/srep02327</citation> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
147 </citations> |
e80b0f62ffb3
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/cross_sample commit e7eab2dca0c1f73f580362f61425a78d4c8892ce"
azomics
parents:
diff
changeset
|
148 </tool> |