fatmacankara commited on
Commit
11af806
·
1 Parent(s): 3f57f6e

Update ASCARIS.py

Browse files
Files changed (1) hide show
  1. ASCARIS.py +1 -2
ASCARIS.py CHANGED
@@ -23,8 +23,7 @@ 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
- break
28
  st.write('REH')
29
  st.write('-----')
30
 
 
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