Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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'
|