fatmacankara commited on
Commit
3ed55f0
·
1 Parent(s): e9fe6ca

Update ASCARIS.py

Browse files
Files changed (1) hide show
  1. ASCARIS.py +9 -9
ASCARIS.py CHANGED
@@ -17,15 +17,15 @@ import streamlit as st
17
  import gzip
18
 
19
 
20
- pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-A0A075B6H7-F1-model_v4.pdb.gz",repo_type = 'dataset')
21
- st.write('PATH')
22
- st.write(pdb_path)
23
- st.write('HER')
24
- with gzip.open(pdb_path, mode="rt") as f:
25
- file_content = f.read()
26
- st.write(file_content)
27
- st.write('REH')
28
- st.write('-----')
29
 
30
 
31
  def convert_df(df):
 
17
  import gzip
18
 
19
 
20
+ #pdb_path = hf_hub_download(repo_id="HuBioDataLab/AlphafoldStructures", filename=f"AF-A0A075B6H7-F1-model_v4.pdb.gz",repo_type = 'dataset')
21
+ #st.write('PATH')
22
+ #st.write(pdb_path)
23
+ #st.write('HER')
24
+ #with gzip.open(pdb_path, mode="rt") as f:
25
+ # file_content = f.read()
26
+ # st.write(file_content)
27
+ #st.write('REH')
28
+ #st.write('-----')
29
 
30
 
31
  def convert_df(df):