Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ runPipeline
Method
runPipeline
src/openms_gui/source/VISUAL/APPLICATIONS/TOPPASBase.cpp:1259–1266 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1257
}
1258
1259
void TOPPASBase::runPipeline()
1260
{
1261
TOPPASWidget* w = activeSubWindow_();
1262
if (w)
1263
{
1264
w->getScene()->runPipeline();
1265
}
1266
}
1267
1268
void TOPPASBase::abortPipeline()
1269
{
Callers
1
keyPressEvent
Method · 0.45
Calls
1
getScene
Method · 0.80
Tested by
no test coverage detected