Spaces:
Sleeping
Sleeping
Commit
·
5466e4d
1
Parent(s):
dbdbe88
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 = 'Q8N468'
|
23 |
-
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures
|
24 |
st.write('PATH')
|
25 |
st.write(pdb_path)
|
26 |
st.write('HER')
|
|
|
20 |
st.write('')
|
21 |
mod = 1
|
22 |
name = 'Q8N468'
|
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)
|
26 |
st.write('HER')
|