Eitan177 commited on
Commit
9c36843
·
1 Parent(s): 182ecbc

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.join(os.path.dirname(SigProfilerMatrixGenerator.__file__),'references/chromosomes/*')))
32
 
33
- if glob.glob(os.path.join(os.path.dirname(SigProfilerMatrixGenerator.__file__),'references/chromosomes/*')) == []:
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/*txt')))
32
 
33
+ if glob.glob(os.path.join(os.path.dirname(SigProfilerMatrixGenerator.__file__),'references/*txt')) == []:
34
  if st.button('get reference genome'):
35
  st.write(os.path.dirname(SigProfilerMatrixGenerator.__file__))
36
  dirtest=os.path.dirname(SigProfilerMatrixGenerator.__file__)