fatmacankara commited on
Commit
c73393b
·
1 Parent(s): e01f3f7

Update ASCARIS.py

Browse files
Files changed (1) hide show
  1. ASCARIS.py +2 -2
ASCARIS.py CHANGED
@@ -19,9 +19,9 @@ import gzip
19
 
20
  mod = 1
21
  name = 'A0A075B6Y9'
22
- path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{name}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
23
  st.write('PATH')
24
- st.write(path)
25
  st.write('HER')
26
  with gzip.open(pdb_path, mode="rt") as f:
27
  file_content = f.read()
 
19
 
20
  mod = 1
21
  name = 'A0A075B6Y9'
22
+ pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-{name}-F{mod}-model_v4.pdb.gz",repo_type = 'dataset')
23
  st.write('PATH')
24
+ st.write(pdb_path)
25
  st.write('HER')
26
  with gzip.open(pdb_path, mode="rt") as f:
27
  file_content = f.read()