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

Method getDefaultParameters

src/openms/source/FORMAT/MSPGenericFile.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 }
35
36 void MSPGenericFile::getDefaultParameters(Param& params)
37 {
38 params.clear();
39 params.setValue("synonyms_separator", "|", "The character that will separate the synonyms in the Synon metaValue.");
40 }
41
42 void MSPGenericFile::updateMembers_()
43 {

Callers 3

getParametersMethod · 0.45
getModelDefaultsFunction · 0.45
testTransformationModelsFunction · 0.45

Calls 2

clearMethod · 0.45
setValueMethod · 0.45

Tested by 1

testTransformationModelsFunction · 0.36