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

Method getPrimaryMSRunPath

src/openms/source/METADATA/ProteinIdentification.cpp:431–438  ·  view source on GitHub ↗

get the file path to the first MS runs

Source from the content-addressed store, hash-verified

429
430 /// get the file path to the first MS runs
431 void ProteinIdentification::getPrimaryMSRunPath(StringList& output, bool raw) const
432 {
433 String meta_name = raw ? "spectra_data_raw" : "spectra_data";
434 if (metaValueExists(meta_name))
435 {
436 output = getMetaValue(meta_name);
437 }
438 }
439
440 void ProteinIdentification::addPrimaryMSRunPath(const StringList& s, bool raw)
441 {

Callers 6

fromConsensusMapMethod · 0.45
fromFeatureMapMethod · 0.45
fromIdentificationsMethod · 0.45
setPrimaryMSRunPathMethod · 0.45
importIDsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected