Eitan177 commited on
Commit
8e50edd
·
1 Parent(s): aff88b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,9 +28,9 @@ def show_pdf(file_path):
28
  st.markdown(pdf_display, unsafe_allow_html=True)
29
 
30
 
31
- st.write(glob.glob(os.path.dirname(SigProfilerMatrixGenerator.__file__)))
32
 
33
- if glob.glob(os.path.dirname(SigProfilerMatrixGenerator.__file__)) == []:
34
  if st.button('get reference genome'):
35
  st.write(os.path.dirname(SigProfilerMatrixGenerator.__file__))
36
  dirtest=os.path.dirname(SigProfilerMatrixGenerator.__file__)
 
28
  st.markdown(pdf_display, unsafe_allow_html=True)
29
 
30
 
31
+ st.write(glob.glob(os.path.join(os.path.dirname(SigProfilerMatrixGenerator.__file__),'references/*'))
32
 
33
+ if glob.glob(os.path.join(os.path.dirname(SigProfilerMatrixGenerator.__file__),'references/*')) == []:
34
  if st.button('get reference genome'):
35
  st.write(os.path.dirname(SigProfilerMatrixGenerator.__file__))
36
  dirtest=os.path.dirname(SigProfilerMatrixGenerator.__file__)