Examine SRM transitions are created with and without a transition list already loaded
Closed this issue · 3 comments
PMSeitzer commented
This may be causing some occasional crashes in MAVEN, want to ensure that whether the compounds are loaded before or after the samples are loaded, everything works as expected.
PMSeitzer commented
Places to look: MainWindow::showSRMList()
MainWindow::getSRMTransitions()
PMSeitzer commented
MainWindow::getSRMTransitions()
is calling QQQProcessor::getSRMTransitions()
, which references the database. If an mzrollDB file is loaded, currently, compounds are loaded (MainWindow::isAttemptToLoadDB
, coupled with ProjectDB::loadPeakGroups()
PMSeitzer commented
Everything looks fine from the code point of view - this case is too hard to work on without more information. closing.