fatmacankara commited on
Commit
3747ea1
·
1 Parent(s): e34cd9f

Update code/alphafold_featureVector.py

Browse files
Files changed (1) hide show
  1. code/alphafold_featureVector.py +1 -1
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 = 'A0A075B6Y9'
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)