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

Method addDataProcessing_

src/openms/source/APPLICATIONS/TOPPBase.cpp:2271–2283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2269 }
2270
2271 void TOPPBase::addDataProcessing_(ConsensusMap& map, const DataProcessing& dp) const
2272 {
2273 map.getDataProcessing().push_back(dp);
2274
2275 //remove absolute map paths
2276 if (test_mode_)
2277 {
2278 for (Size d = 0; d < map.getColumnHeaders().size(); ++d)
2279 {
2280 map.getColumnHeaders()[d].filename = File::basename(map.getColumnHeaders()[d].filename);
2281 }
2282 }
2283 }
2284
2285 void TOPPBase::addDataProcessing_(FeatureMap& map, const DataProcessing& dp) const
2286 {

Callers

nothing calls this directly

Calls 5

getChromatogramMethod · 0.80
push_backMethod · 0.45
getDataProcessingMethod · 0.45
sizeMethod · 0.45
getNrChromatogramsMethod · 0.45

Tested by

no test coverage detected