Spaces:
Running
Running
Commit
·
2a5c98e
1
Parent(s):
d276a0f
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -374,7 +374,7 @@ def alphafold(input_set, mode, impute):
|
|
374 |
st.write('-----')
|
375 |
st.write('')
|
376 |
mod = 1
|
377 |
-
name = '
|
378 |
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{name}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
379 |
st.write('PATH')
|
380 |
st.write(pdb_path)
|
|
|
374 |
st.write('-----')
|
375 |
st.write('')
|
376 |
mod = 1
|
377 |
+
name = 'P0CB47'
|
378 |
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{name}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
379 |
st.write('PATH')
|
380 |
st.write(pdb_path)
|