Mercurial > repos > pieterlukasse > prims_metabolomics
view combine_output.xml @ 30:60b53f2aa48a
Small fixes, added microminutes support to MsClust, removed TIC or MsClust output
author | pieter.lukasse@wur.nl |
---|---|
date | Sat, 30 Aug 2014 16:14:18 +0200 |
parents | 9d5f4f5f764b |
children | e67149fbff20 |
line wrap: on
line source
<tool id="combine_output" name="RIQC-Combine RankFilter and CasLookup output" version="1.0.2"> <description>Perform a combination of output data from the RankFilter and CasLookup tools</description> <command interpreter="python"> combine_output.py $rankfilter_in $caslookup_in $out_single $out_multi </command> <inputs> <param format="tabular" name="caslookup_in" type="data" label="RIQC-Lookup RI for CAS output" help="Select the output file from the CasLookup tool"/> <param format="tabular" name="rankfilter_in" type="data" label="RIQC-RankFilter output" help="Select the output file from the RankFilter tool"/> </inputs> <outputs> <data format="tabular" label="${tool.name} (Single) on ${on_string}" name="out_single" /> <data format="tabular" label="${tool.name} (Multi) on ${on_string}" name="out_multi" /> </outputs> <help> Performs a combination of output files from the 'RankFilter' and 'Lookup RI for CAS' tools into two tab-separated files. The files produced are contain either all hits for a compound on a single line (Single) or on separate lines (Multi). .. class:: infomark **Notes** The input data should be produced by the RankFilter and 'Lookup RI for CAS' tools provided on this Galaxy server with the original headers kept intact. Processing steps include: - Added columns showing the average Forward/Reverse values, RIexp - RIsvr and RI - RIexp values - The ID column of the RankFilter tool output is split into 'Centrotype', 'cent.Factor', 'scan nr.', 'R.T. (umin)' and 'nr. Peaks' fields. - The formula is split off the 'Name' field in the RankFilter output </help> </tool>