-
- Downloads
Change clustering progressbar stategy
Before, we used a pool of size 1 to run mmseqs_clust inside, and showed a progress bar in the main thread. Now, run_mmseqs_clust runs in the main thread, and a progressbar is running in a separate thread, that is stoped when mmseqs_clust has finished.
Please register or sign in to comment