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

Method XTandemXMLFile

src/openms/source/FORMAT/XTandemXMLFile.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17{
18
19 XTandemXMLFile::XTandemXMLFile() :
20 XMLHandler("", 1.1),
21 XMLFile()
22 {
23 // see X! Tandem parameters "protein, quick pyrolidone" and "protein, quick acetyl":
24 default_nterm_mods_.setModifications("", "Gln->pyro-Glu (N-term Q),Glu->pyro-Glu (N-term E),Acetyl (N-term)");
25 }
26
27 XTandemXMLFile::~XTandemXMLFile() = default;
28

Callers 1

testXTandemXMLFileFunction · 0.80

Calls 1

setModificationsMethod · 0.45

Tested by 1

testXTandemXMLFileFunction · 0.64