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

Method openFile

src/openms/source/KERNEL/OnDiscMSExperiment.cpp:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace OpenMS
14{
15 bool OnDiscMSExperiment::openFile(const String& filename, bool skipMetaData)
16 {
17 filename_ = filename;
18 indexed_mzml_file_.openFile(filename);
19 if (!filename.empty() && !skipMetaData)
20 {
21 loadMetaData_(filename);
22 }
23 return indexed_mzml_file_.getParsingSuccess();
24 }
25
26 void OnDiscMSExperiment::setSkipXMLChecks(bool skip)
27 {

Callers 5

outputTo_Method · 0.45
main_Method · 0.45
START_SECTIONFunction · 0.45

Calls 2

getParsingSuccessMethod · 0.80
emptyMethod · 0.45

Tested by 1

START_SECTIONFunction · 0.36