46   class ProteinIdentification;
 
   89     void load(
const std::string & result_filename, std::vector<PeptideIdentification> & peptide_identifications,
 
   91               const double & score_threshold,
 
   93               const std::map<String, String> & mod_id_map);
 
  102     void getSearchEngineAndVersion(
const String & pepnovo_output_without_parameters_filename, 
ProteinIdentification & protein_identification);