Mercurial > repos > immport-devteam > auto_collapse_pop
annotate auto_collapse_pops.xml @ 1:08b71aee9b80 draft default tip
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
| author | azomics |
|---|---|
| date | Mon, 22 Jun 2020 17:22:03 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
|
1
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
1 <tool id="auto_collapse_populations" name="Collapse populations automatically" version="1.0+galaxy1"> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
2 <description>based on quartile binning from FLOCK results</description> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
3 <requirements> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
4 <requirement type="package" version="0.17.1">pandas</requirement> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
5 </requirements> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
6 <stdio> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
7 <exit_code range="1:" /> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
8 </stdio> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
9 <command><![CDATA[ |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
10 python '$__tool_directory__/auto_collapse_pops.py' -o '${output}' -i '${input}' -p '${profile}' -r '${report}' |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
11 ]]> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
12 </command> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
13 <inputs> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
14 <param format="flowclr" name="input" type="data" label="FLOCK or Cross-Sample output file"/> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
15 <param format="flowscore" name="profile" type="data" label="Population score profiles from FLOCK"/> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
16 </inputs> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
17 <outputs> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
18 <data format="flowclr" name="output" label="Auto-collapsed pops in ${input.name}"/> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
19 <data format="tabular" name="report" label="Auto-collapse report for ${input.name} with ${profile.name}"/> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
20 </outputs> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
21 <tests> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
22 <test> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
23 <param name="input" value="input.flowclr"/> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
24 <param name="profile" value="profile.flowscore"/> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
25 <param name="report" value="report.txt"/> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
26 <output name="output" file="output.flowclr" compare="sim_size"/> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
27 </test> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
28 </tests> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
29 <help><![CDATA[ |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
30 This tool automatically collapses populations together based on FLOCK score profiles. |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
31 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
32 ----- |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
33 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
34 .. class:: warningmark |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
35 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
36 *FLOCK score profiles are assigned based on quartile binning of the data. As always, use this tool with caution and be critical of your results* |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
37 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
38 ----- |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
39 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
40 **Input** |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
41 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
42 FLOCK or Cross Sample output - a table of the fluorescence intensities for each event and the population associated with each, as well as the file containing the score profiles for each FLOCK population. |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
43 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
44 **Output** |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
45 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
46 The input file with selected populations replaced by the indicated population. This tool also generates a report. |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
47 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
48 ----- |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
49 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
50 **Example** |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
51 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
52 *Input* - fluorescence intensities per marker and population ID per event:: |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
53 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
54 Marker1 Marker2 Marker3 ... Population |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
55 34 45 12 ... 1 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
56 33 65 10 ... 5 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
57 19 62 98 ... 2 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
58 12 36 58 ... 3 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
59 ... ... ... ... ... |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
60 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
61 *Population profile file*:: |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
62 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
63 Population_ID Marker1 Marker2 Marker3 ... Count Percentage |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
64 1 2 2 3 ... 3885 6.44 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
65 2 1 3 4 ... 2774 4.62 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
66 3 2 2 3 ... 2151 3.59 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
67 4 1 3 2 ... 1207 2.01 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
68 ... ... ... ... ... ... ... |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
69 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
70 *Output* - fluorescence intensities per marker and population ID per event:: |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
71 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
72 Marker1 Marker2 Marker3 ... Population |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
73 34 45 12 ... 1 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
74 33 65 10 ... 4 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
75 19 62 98 ... 2 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
76 12 36 58 ... 1 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
77 ... ... ... ... ... |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
78 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
79 *Output* - fluorescence intensities per marker and population ID per event:: |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
80 |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
81 New_Population Former_Populations Marker1 Marker2 Marker3 ... |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
82 1 1, 3 2 2 3 ... |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
83 2 2 1 3 4 ... |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
84 3 4 1 3 2 ... |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
85 4 5, 8, 12 3 1 1 ... |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
86 ... ... ... ... ... ... |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
87 ]]> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
88 </help> |
|
08b71aee9b80
"planemo upload for repository https://github.com/ImmPortDB/immport-galaxy-tools/tree/master/flowtools/auto_collapse_pop commit c4cd54a5b7a57f494a82d2a5e9b94f24473fff24"
azomics
parents:
diff
changeset
|
89 </tool> |
