Spaces:
Sleeping
Sleeping
Commit
·
d276a0f
1
Parent(s):
e80a45d
Update ASCARIS.py
Browse files- ASCARIS.py +1 -1
ASCARIS.py
CHANGED
|
@@ -20,7 +20,7 @@ st.write('-----')
|
|
| 20 |
st.write('')
|
| 21 |
mod = 1
|
| 22 |
name = 'P0CB47'
|
| 23 |
-
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"
|
| 24 |
st.write('PATH')
|
| 25 |
st.write(pdb_path)
|
| 26 |
st.write('HER')
|
|
|
|
| 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')
|