annotate combine_output.xml @ 9:31ec089d20a4 default tip

r
author pieter.lukasse@wur.nl
date Fri, 06 Feb 2015 15:50:06 +0100
parents 071a185c2ced
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
1 <tool id="combine_output" name="RIQC-Combine RankFilter and CasLookup output" version="1.0.2">
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
2 <description>Perform a combination of output data from the RankFilter and CasLookup tools</description>
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
3 <command interpreter="python">
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
4 combine_output.py $rankfilter_in $caslookup_in $out_single $out_multi
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
5 </command>
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
6 <inputs>
1
071a185c2ced new tools
pieter.lukasse@wur.nl
parents: 0
diff changeset
7 <param format="tabular" name="rankfilter_in" type="data" label="RIQC-RankFilter output (Estimated RI)"
071a185c2ced new tools
pieter.lukasse@wur.nl
parents: 0
diff changeset
8 help="Select the output file from the RankFilter tool"/>
071a185c2ced new tools
pieter.lukasse@wur.nl
parents: 0
diff changeset
9 <param format="tabular" name="caslookup_in" type="data" label="RIQC-Lookup RI for CAS output ('Known' RI)"
0
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
10 help="Select the output file from the CasLookup tool"/>
1
071a185c2ced new tools
pieter.lukasse@wur.nl
parents: 0
diff changeset
11 <!-- <param TODO : could add "tolerance for ERI-KRI"(Estimated RI-Known RI)-->
0
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
12 </inputs>
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
13 <outputs>
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
14 <data format="tabular" label="${tool.name} (Single) on ${on_string}" name="out_single" />
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
15 <data format="tabular" label="${tool.name} (Multi) on ${on_string}" name="out_multi" />
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
16 </outputs>
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
17 <help>
4b94bb2d381c Initial commit to toolshed
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.
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
19
4b94bb2d381c Initial commit to toolshed
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
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
21 (Multi).
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
22
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
23 .. class:: infomark
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
24
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
25 **Notes**
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
26
4b94bb2d381c Initial commit to toolshed
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
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
28 original headers kept intact. Processing steps include:
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
29
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
30 - Added columns showing the average Forward/Reverse values, RIexp - RIsvr and RI - RIexp values
4b94bb2d381c Initial commit to toolshed
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)'
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
32 and 'nr. Peaks' fields.
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
33 - The formula is split off the 'Name' field in the RankFilter output
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
34
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
35 </help>
4b94bb2d381c Initial commit to toolshed
pieter.lukasse@wur.nl
parents:
diff changeset
36 </tool>