Spaces:
Sleeping
Sleeping
Commit
·
3747ea1
1
Parent(s):
e34cd9f
Update code/alphafold_featureVector.py
Browse files
code/alphafold_featureVector.py
CHANGED
@@ -368,7 +368,7 @@ def alphafold(input_set, mode, impute):
|
|
368 |
st.write('-----')
|
369 |
st.write('')
|
370 |
mod = 1
|
371 |
-
name = '
|
372 |
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{name}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
373 |
st.write('PATH')
|
374 |
st.write(pdb_path)
|
|
|
368 |
st.write('-----')
|
369 |
st.write('')
|
370 |
mod = 1
|
371 |
+
name = 'Q9UPR6'
|
372 |
pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{name}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
|
373 |
st.write('PATH')
|
374 |
st.write(pdb_path)
|