Eitan177 commited on
Commit
73d2a6c
·
1 Parent(s): 76d2043

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ with st.form('get signature'):
60
  remove_old_vcf()
61
  sub=st.form_submit_button('submit input')
62
 
63
- if sub and file_to_lookat !=[]::
64
  #if st.button('get reference genome'):
65
  st.write(os.path.dirname(SigProfilerMatrixGenerator.__file__))
66
  dirtest=os.path.join(os.path.dirname(SigProfilerMatrixGenerator.__file__),'references/chromosomes/tsb/GRCh37/')+'*txt'
 
60
  remove_old_vcf()
61
  sub=st.form_submit_button('submit input')
62
 
63
+ if sub and file_to_lookat !=[]:
64
  #if st.button('get reference genome'):
65
  st.write(os.path.dirname(SigProfilerMatrixGenerator.__file__))
66
  dirtest=os.path.join(os.path.dirname(SigProfilerMatrixGenerator.__file__),'references/chromosomes/tsb/GRCh37/')+'*txt'