49 SearchEngineBase(
const String& name,
const String& description,
bool official =
true,
const std::vector<Citation>& citations = {},
bool toolhandler_test =
true);
93 std::vector<ProteinIdentification>& protein_identifications,
94 std::vector<PeptideIdentification>& peptide_identifications)
const;
Management and storage of parameters / INI files.
Definition: Param.h:44
Base class for Search Engine Adapters.
Definition: SearchEngineBase.h:29
String getDBFilename(const String &db="") const
Reads the '-database' argument from internal parameters (or from db) and tries to find the db in sear...
String getRawfileName(int ms_level=2) const
Reads the '-in' argument from internal parameters (usually an mzML file) and checks if MS2 spectra ar...
SearchEngineBase(const SearchEngineBase &)=delete
No default copy constructor.
SearchEngineBase(const String &name, const String &description, bool official=true, const std::vector< Citation > &citations={}, bool toolhandler_test=true)
Constructor.
virtual SearchEngineBase::ExitCodes reindex_(std::vector< ProteinIdentification > &protein_identifications, std::vector< PeptideIdentification > &peptide_identifications) const
Reindex peptide to protein association.
~SearchEngineBase() override
Destructor.
virtual void registerPeptideIndexingParameter_(Param peptide_indexing_parameter)
Adds option to reassociate peptides with proteins (and annotate target/decoy information)
SearchEngineBase()=delete
No default constructor.
A more convenient string class.
Definition: String.h:34
Base class for TOPP applications.
Definition: TOPPBase.h:122
ExitCodes
Exit codes.
Definition: TOPPBase.h:127
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19