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

Method IdXMLFile

src/openms/source/FORMAT/IdXMLFile.cpp:28–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26{
27
28 IdXMLFile::IdXMLFile() :
29 XMLHandler("", "1.5"),
30 XMLFile("/SCHEMAS/IdXML_1_5.xsd", "1.5"),
31 last_meta_(nullptr),
32 document_id_(),
33 prot_id_in_run_(false)
34 {
35 }
36
37 void IdXMLFile::load(const String& filename, std::vector<ProteinIdentification>& protein_ids, std::vector<PeptideIdentification>& peptide_ids)
38 {

Callers 4

id_mapperFunction · 0.80
testIdXMLFileFunction · 0.80
test_readfileMethod · 0.80
test_readfile_contentMethod · 0.80

Calls

no outgoing calls

Tested by 3

testIdXMLFileFunction · 0.64
test_readfileMethod · 0.64
test_readfile_contentMethod · 0.64