Uploaded image for project: 'UGENE'
  1. UGENE
  2. UGENE-5445

Smith-Waterman search can hang GUI for a while if there are too many results

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Won't Fix
    • Affects Version/s: 1.25
    • Fix Version/s: None
    • Component/s: Basic-Nucl
    • Affect Type:
      Userdefined

      Description

      Smith-Waterman search can hang GUI for a while, if there are too many results, because the results are sorted in the main thread (see SWAlgorithmTask::getResult method which is called in SWAlgorithmTask::onSubTaskFinished, which is executed in the main thread). Move sorting to a separate thread, e.g by implementing a 'run' method.

        Attachments

          Activity

            People

            Assignee:
            Unassigned
            Reporter:
            atiunov Aleksey Tiunov [X] (Inactive)
            Watchers:
            1 Start watching this issue

              Dates

              Created:
              Updated:
              Resolved: