fatmacankara commited on
Commit
dc7990a
·
1 Parent(s): 5466e4d

Update ASCARIS.py

Browse files
Files changed (1) hide show
  1. ASCARIS.py +1 -1
ASCARIS.py CHANGED
@@ -19,7 +19,7 @@ import gzip
19
  st.write('-----')
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)
 
19
  st.write('-----')
20
  st.write('')
21
  mod = 1
22
+ name = 'A2A2Y4'
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)