comparison GCMS/library_lookup.xml @ 20:f70b2c169e3a

fixed select column option
author linda.bakker@wur.nl <linda.bakker@wur.nl>
date Fri, 01 May 2015 14:08:26 +0200
parents 5a753524e525
children 43902da5d00e
comparison
equal deleted inserted replaced
19:1cfe2b57d7f4 20:f70b2c169e3a
59 </page> 59 </page>
60 </inputs> 60 </inputs>
61 <outputs> 61 <outputs>
62 <data format="tabular" label="${tool.name} on" name="output" /> 62 <data format="tabular" label="${tool.name} on" name="output" />
63 </outputs> 63 </outputs>
64 <code file="../match_library.py" /> 64 <code file="match_library.py" />
65 <help> 65 <help>
66 Performs a lookup of the RI values by matching CAS numbers from the given NIST identifications file to a library. 66 Performs a lookup of the RI values by matching CAS numbers from the given NIST identifications file to a library.
67 If a direct match is NOT found for the preferred column name, a regression can be done to find 67 If a direct match is NOT found for the preferred column name, a regression can be done to find
68 the theoretical RI value based on known RI values for the CAS number on other column types (see step 4). 68 the theoretical RI value based on known RI values for the CAS number on other column types (see step 4).
69 If there is no match for the CAS number on any column type, then the record is not given a RI. 69 If there is no match for the CAS number on any column type, then the record is not given a RI.