Spaces:
Sleeping
Sleeping
Commit
·
25c9674
1
Parent(s):
62254b5
Update ASCARIS.py
Browse files- ASCARIS.py +1 -1
ASCARIS.py
CHANGED
@@ -17,7 +17,7 @@ import streamlit as st
|
|
17 |
import gzip
|
18 |
|
19 |
|
20 |
-
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-
|
21 |
st.write('PATH')
|
22 |
st.write(pdb_path)
|
23 |
st.write('HER')
|
|
|
17 |
import gzip
|
18 |
|
19 |
|
20 |
+
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-A0A075B6H7-F1-model_v4.pdb.gz",repo_type = 'dataset')
|
21 |
st.write('PATH')
|
22 |
st.write(pdb_path)
|
23 |
st.write('HER')
|