eugenemel/maven

Examine SRM transitions are created with and without a transition list already loaded

Closed this issue · 3 comments

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.

Places to look: MainWindow::showSRMList() MainWindow::getSRMTransitions()

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()

Everything looks fine from the code point of view - this case is too hard to work on without more information. closing.