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