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

Method updateFromFile

src/openms_gui/source/VISUAL/SwathLibraryStats.cpp:63–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 }
62
63 void SwathLibraryStats::updateFromFile(const QString& pqp_file)
64 {
65 TargetedExperiment te;
66 TransitionPQPFile tr_file;
67 tr_file.setLogType(ProgressLogger::GUI);
68 tr_file.convertPQPToTargetedExperiment(pqp_file.toStdString().c_str(), te, true);
69 //OpenSwath::LightTargetedExperiment transition_exp;
70 //OpenSwathDataAccessHelper::convertTargetedExp(te, transition_exp);
71
72 update(te.getSummary());
73 }
74
75} //namespace OpenMS
76

Callers

nothing calls this directly

Calls 3

setLogTypeMethod · 0.80
getSummaryMethod · 0.80

Tested by

no test coverage detected