We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dfec5c commit d9c665aCopy full SHA for d9c665a
ui/blastsearchdialog.cpp
@@ -159,6 +159,7 @@ void BlastSearchDialog::clearBlastHits()
159
ui->blastHitsTableWidget->clearContents();
160
while (ui->blastHitsTableWidget->rowCount() > 0)
161
ui->blastHitsTableWidget->removeRow(0);
162
+ g_assemblyGraph->clearAllBlastHitPointers();
163
}
164
165
void BlastSearchDialog::fillTablesAfterBlastSearch()
0 commit comments