From 038737a65a52966bb21c517888c2a9466552a1f1 Mon Sep 17 00:00:00 2001 From: Yuanyue Li Date: Wed, 18 Oct 2023 17:57:58 -0700 Subject: [PATCH] Add information for wait. --- backend/entropy_search.py | 2 +- frontend/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/entropy_search.py b/backend/entropy_search.py index 688d6ce..3ed76fc 100644 --- a/backend/entropy_search.py +++ b/backend/entropy_search.py @@ -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) diff --git a/frontend/package.json b/frontend/package.json index ad6966f..4fc2856 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "entropy_search", - "version": "1.2.0", + "version": "1.2.1", "description": "GUI for Entropy Search", "author": { "name": "Yuanyue Li"