35 #ifndef OPENMS_ANALYSIS_ID_PEPTIDEINDEXING_H 36 #define OPENMS_ANALYSIS_ID_PEPTIDEINDEXING_H 130 ExitCodes run(std::vector<FASTAFile::FASTAEntry>& proteins, std::vector<ProteinIdentification>& prot_ids, std::vector<PeptideIdentification>& pep_ids);
133 virtual void updateMembers_();
135 void writeLog_(
const String& text)
const;
137 void writeDebug_(
const String& text,
const Size min_level)
const;
165 #endif // OPENMS_ANALYSIS_ID_PEPTIDEINDEXING_H
A more convenient string class.
Definition: String.h:57
unsigned int UInt
Unsigned integer type.
Definition: Types.h:95
Refreshes the protein references for all peptide hits in a vector of PeptideIdentifications and adds ...
Definition: PeptideIndexing.h:107
bool keep_unreferenced_proteins_
Definition: PeptideIndexing.h:153
String decoy_string_
Definition: PeptideIndexing.h:145
std::ofstream log_
Definition: PeptideIndexing.h:141
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
Definition: PeptideIndexing.h:116
UInt mismatches_max_
Definition: PeptideIndexing.h:159
String missing_decoy_action_
Definition: PeptideIndexing.h:147
ExitCodes
Exit codes.
Definition: PeptideIndexing.h:113
bool prefix_
Definition: PeptideIndexing.h:146
String enzyme_name_
Definition: PeptideIndexing.h:148
Size aaa_max_
Definition: PeptideIndexing.h:158
bool write_protein_sequence_
Definition: PeptideIndexing.h:151
Definition: PeptideIndexing.h:117
bool filter_aaa_proteins_
Definition: PeptideIndexing.h:160
Definition: PeptideIndexing.h:115
Definition: PeptideIndexing.h:119
bool debug_
debug flag
Definition: PeptideIndexing.h:143
bool IL_equivalent_
Definition: PeptideIndexing.h:156
String log_file_
Output stream for log/debug info.
Definition: PeptideIndexing.h:140
Definition: PeptideIndexing.h:118
bool full_tolerant_search_
Definition: PeptideIndexing.h:155
String enzyme_specificity_
Definition: PeptideIndexing.h:149
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:128
bool write_protein_description_
Definition: PeptideIndexing.h:152
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92
bool allow_unmatched_
Definition: PeptideIndexing.h:154