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,
93 const IndexPosMappingType & id_rt_mz,
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:62
A more convenient string class.
Definition: String.h:57
bool operator==(_Iterator< _Val, _Ref, _Ptr > const &, _Iterator< _Val, _Ref, _Ptr > const &)
Definition: KDTree.h:806
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
std::map< Size, std::pair< double, double > > IndexPosMappingType
Definition: PepNovoOutfile.h:61
Representation of a PepNovo output file.
Definition: PepNovoOutfile.h:57