Mercurial > repos > pieterlukasse > prims_metabolomics2
comparison GCMS/combine_output.xml @ 14:346ff9ad8c7a
fix for rankfilter, removed pfd read functional
author | linda.bakker@wur.nl <linda.bakker@wur.nl> |
---|---|
date | Fri, 20 Mar 2015 17:10:04 +0100 |
parents | 4393f982d18f |
children | fe4682eb938c |
comparison
equal
deleted
inserted
replaced
13:5a753524e525 | 14:346ff9ad8c7a |
---|---|
15 <data format="tabular" label="${tool.name} (Multi) on ${on_string}" name="out_multi" /> | 15 <data format="tabular" label="${tool.name} (Multi) on ${on_string}" name="out_multi" /> |
16 </outputs> | 16 </outputs> |
17 <help> | 17 <help> |
18 Performs a combination of output files from the 'RankFilter' and 'Lookup RI for CAS' tools into two tab-separated files. | 18 Performs a combination of output files from the 'RankFilter' and 'Lookup RI for CAS' tools into two tab-separated files. |
19 | 19 |
20 Merges data from both input dictionaries based on the Centrotype field. | |
21 In the 'RIQC-RankFilter output' the centrotype is found in the 'ID' field (first part before the "-"). In the 'RIQC-Lookup RI for CAS output' | |
22 the centrotype is found in the 'Centrotype' field. | |
23 | |
20 The files produced are contain either all hits for a compound on a single line (Single) or on separate lines | 24 The files produced are contain either all hits for a compound on a single line (Single) or on separate lines |
21 (Multi). | 25 (Multi). |
22 | 26 |
23 .. class:: infomark | 27 .. class:: infomark |
24 | 28 |