annotate combine_output.xml @ 5:41f122255d14

small update
author pieter.lukasse@wur.nl
date Thu, 19 Mar 2015 12:13:13 +0100
parents dffc38727496
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
1 <tool id="combine_output" name="RIQC-Combine RankFilter and CasLookup output" version="1.0.2">
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
2 <description>Perform a combination of output data from the RankFilter and CasLookup tools</description>
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
3 <command interpreter="python">
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
4 combine_output.py $rankfilter_in $caslookup_in $out_single $out_multi
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
5 </command>
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
6 <inputs>
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
7 <param format="tabular" name="rankfilter_in" type="data" label="RIQC-RankFilter output (Estimated RI)"
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
8 help="Select the output file from the RankFilter tool"/>
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
9 <param format="tabular" name="caslookup_in" type="data" label="RIQC-Lookup RI for CAS output ('Known' RI)"
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
10 help="Select the output file from the CasLookup tool"/>
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
11 <!-- <param TODO : could add "tolerance for ERI-KRI"(Estimated RI-Known RI)-->
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
12 </inputs>
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
13 <outputs>
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
14 <data format="tabular" label="${tool.name} (Single) on ${on_string}" name="out_single" />
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
15 <data format="tabular" label="${tool.name} (Multi) on ${on_string}" name="out_multi" />
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
16 </outputs>
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
17 <help>
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
18 Performs a combination of output files from the 'RankFilter' and 'Lookup RI for CAS' tools into two tab-separated files.
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
19
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
20 The files produced are contain either all hits for a compound on a single line (Single) or on separate lines
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
21 (Multi).
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
22
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
23 .. class:: infomark
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
24
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
25 **Notes**
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
26
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
27 The input data should be produced by the RankFilter and 'Lookup RI for CAS' tools provided on this Galaxy server with the
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
28 original headers kept intact. Processing steps include:
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
29
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
30 - Added columns showing the average Forward/Reverse values, RIexp - RIsvr and RI - RIexp values
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
31 - The ID column of the RankFilter tool output is split into 'Centrotype', 'cent.Factor', 'scan nr.', 'R.T. (umin)'
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
32 and 'nr. Peaks' fields.
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
33 - The formula is split off the 'Name' field in the RankFilter output
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
34
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
35 </help>
dffc38727496 initial commit
pieter.lukasse@wur.nl
parents:
diff changeset
36 </tool>