PepNovo input file adapter.
More...
#include <OpenMS/FORMAT/PepNovoInfile.h>
List of all members.
Detailed Description
PepNovo input file adapter.
Creates a PepNovo_PTMs.txt file for PepNovo search.
Constructor & Destructor Documentation
Member Function Documentation
| void getModifications |
( |
std::map< String, String > & |
modification_key_map |
) |
const |
return the modifications.
the modification unique identifiers are mapped to the keys used in the PepNovo Infile (origin+rounded monoisotopic mass of modification ). (e.g. modification_key_map["K+16"]=="Oxidation (K)" )
| String handlePTMs_ |
( |
const String & |
modification, |
|
|
const bool |
variable | |
|
) |
| | [private] |
retrieves the name of modification, and generates the corresponding line for the PepNovo infile.
- Parameters:
-
| modification | the modification |
| variable | should be set to true if it variable |
generates the PepNovo Infile for given fixed and variable modifications *
- Parameters:
-
| fixed_mods | StringList of fixed modifications unique identifiers |
| variable_mods | StringList of variable modifications unique identifiers |
| void store |
( |
const String & |
filename |
) |
|
stores the experiment data in a PepNovo input file that can be used as input for PepNovo shell execution
- Parameters:
-
| filename | the file which the input file is stored into |
- Exceptions:
-
Member Data Documentation