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,
92 const double & score_threshold,
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:57
std::map< Size, std::pair< double, double > > IndexPosMappingType
Definition: PepNovoOutfile.h:61
Representation of a PepNovo output file.
Definition: PepNovoOutfile.h:57