35 #ifndef OPENMS_FORMAT_PEPNOVOOUTFILE_H 
   36 #define OPENMS_FORMAT_PEPNOVOOUTFILE_H 
   47   class ProteinIdentification;
 
   90     void load(
const std::string & result_filename, std::vector<PeptideIdentification> & peptide_identifications,
 
   94               const std::map<String, String> & mod_id_map);
 
  103     void getSearchEngineAndVersion(
const String & pepnovo_output_without_parameters_filename, 
ProteinIdentification & protein_identification);
 
  109 #endif // OPENMS_FORMAT_PEPNOVOOUTFILE_H 
Representation of a protein identification run. 
Definition: ProteinIdentification.h:61
A more convenient string class. 
Definition: String.h:56
std::map< Size, std::pair< DoubleReal, DoubleReal > > IndexPosMappingType
Definition: PepNovoOutfile.h:61
Representation of a PepNovo output file. 
Definition: PepNovoOutfile.h:57