Skip to content

Commit

Permalink
correct time out #135
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-krismer committed Mar 14, 2023
1 parent d32ae34 commit e19ca41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alphastats/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
def run():
file_path = os.path.realpath(__file__)
os.chdir(os.path.dirname(file_path))
os.system("python -m streamlit run AlphaPeptStats.py")
os.system("python -m streamlit run AlphaPeptStats.py --global.developmentMode=false")
2 changes: 1 addition & 1 deletion release/one_click_linux_gui/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ Version: 0.4.3
Architecture: all
Maintainer: MannLabs
Description: alphastats
Downstream analysis of label-free mass-spectrometry-based proteomics data.
Downstream analysis of mass-spectrometry-based proteomics data.
3 changes: 2 additions & 1 deletion release/pyinstaller/alphastats.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import pkg_resources
import importlib.metadata
import alphastats
from PyInstaller.utils.hooks import collect_submodules

import sys
sys.setrecursionlimit(5000)

##################### User definitions
exe_name = 'alphastats_gui'
Expand Down

0 comments on commit e19ca41

Please sign in to comment.