Skip to content

Commit

Permalink
Add information for wait.
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanyueLi committed Oct 19, 2023
1 parent 09d81aa commit 038737a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/entropy_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ def _build_spectral_library(self, file_library):
continue

# Build index
self.status["message"] = f"Building index for {library_name}..."
self.status["message"] = f"Building index for {library_name}, this may take up to 10 minutes depending on the size of the library..."
for charge, spectra in spectral_library.items():
entropy_search = FlashEntropySearch(max_ms2_tolerance_in_da=self.ms2_tolerance_in_da)
all_library_spectra = entropy_search.build_index(all_spectra_list=spectra, min_ms2_difference_in_da=2*self.ms2_tolerance_in_da)
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "entropy_search",
"version": "1.2.0",
"version": "1.2.1",
"description": "GUI for Entropy Search",
"author": {
"name": "Yuanyue Li"
Expand Down

0 comments on commit 038737a

Please sign in to comment.