MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / getInferenceEngine

Method getInferenceEngine

src/openms/source/METADATA/ProteinIdentification.cpp:898–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

896 }
897
898 const String ProteinIdentification::getInferenceEngine() const
899 {
900 if (this->search_parameters_.metaValueExists("InferenceEngine"))
901 {
902 return this->search_parameters_.getMetaValue("InferenceEngine");
903 }
904 else if (hasInferenceEngineAsSearchEngine())
905 {
906 return search_engine_;
907 }
908 return "";
909 }
910
911 void ProteinIdentification::setInferenceEngineVersion(const String& search_engine_version)
912 {

Callers 3

mergeAllIDRunsMethod · 0.80
getProteinScoreType_Method · 0.80
addSearchMetaData_Method · 0.80

Calls 2

metaValueExistsMethod · 0.80
getMetaValueMethod · 0.80

Tested by

no test coverage detected