Spaces:
Sleeping
Sleeping
Commit
·
e80a45d
1
Parent(s):
dc7990a
Update ASCARIS.py
Browse files- ASCARIS.py +1 -1
ASCARIS.py
CHANGED
@@ -19,7 +19,7 @@ import gzip
|
|
19 |
st.write('-----')
|
20 |
st.write('')
|
21 |
mod = 1
|
22 |
-
name = '
|
23 |
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"alphafold_structures/AF-{name}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
24 |
st.write('PATH')
|
25 |
st.write(pdb_path)
|
|
|
19 |
st.write('-----')
|
20 |
st.write('')
|
21 |
mod = 1
|
22 |
+
name = 'P0CB47'
|
23 |
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"alphafold_structures/AF-{name}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
24 |
st.write('PATH')
|
25 |
st.write(pdb_path)
|