Spaces:
Sleeping
Sleeping
Commit
·
6323668
1
Parent(s):
1ee0393
Update ASCARIS.py
Browse files- ASCARIS.py +1 -1
ASCARIS.py
CHANGED
@@ -19,10 +19,10 @@ import gzip
|
|
19 |
st.write('-----')
|
20 |
st.write('')
|
21 |
mod = 1
|
|
|
22 |
name = 'P0CB47'
|
23 |
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{name}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
24 |
st.write('PATH')
|
25 |
-
st.write(pdb_path)
|
26 |
st.write('HER')
|
27 |
with gzip.open(pdb_path, mode="rt") as f:
|
28 |
file_content = f.read()
|
|
|
19 |
st.write('-----')
|
20 |
st.write('')
|
21 |
mod = 1
|
22 |
+
st.write('WHY')
|
23 |
name = 'P0CB47'
|
24 |
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{name}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
25 |
st.write('PATH')
|
|
|
26 |
st.write('HER')
|
27 |
with gzip.open(pdb_path, mode="rt") as f:
|
28 |
file_content = f.read()
|