Description: Change the curation code for spectra in an existing library
Usage:
BlibCurate [options] <list file> <library file>
Input:
- <list file> - A tab-delimited file that contains a list of spectra ID numbers and the new curration code they should recieve. The list should begin with the header
ID level
. Following the list, an optional comment may be entered after the wordcomment
Curation codes are as follows:
Code Description -1 problematic 0 default, no curation 1 manualy verified as good 2 manualy verified as excellent 3 verified by an alternative method, e.g. synthesized peptide - <library file> - An existing library in which the annoatations will be updated.
Output: The input library with new annotations [and a record of changes made]
Options:
- -all n - Set all spectra to curation level n.
- -verbose 0|1|2 - Set the verbosity level of output to stderr. The default is 1.
To Do:
- This program does not yet exist
- done Define the default level and what the levels mean
- Decide if the library should retain any history of how the annotations have changed