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

Method setPreferredFixedModifications

src/openms/source/FORMAT/PepXMLFile.cpp:2157–2160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2155 }
2156
2157 void PepXMLFile::setPreferredFixedModifications(const std::vector<const ResidueModification*>& mods)
2158 {
2159 preferred_fixed_modifications_ = mods;
2160 }
2161
2162 void PepXMLFile::setPreferredVariableModifications(const std::vector<const ResidueModification*>& mods)
2163 {

Callers 1

main_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected