qiyunlab / binarena

BinaRena: Interactive Visualization and Binning of Metagenomic Contigs
BSD 3-Clause "New" or "Revised" License
30 stars 6 forks source link

Added progress bar and stop button for silhouette #85

Closed qiyunzhu closed 2 years ago

qiyunzhu commented 2 years ago

Silhouette coefficient calculation takes a long time, so it will be preferrable to display the % progress interactively and allow the user to stop a lengthy run. This pull request implements it. However, the interactive method is twice as slow as the non-interactive one. Both are options for the user.