wangjin2000 commited on
Commit
97b425a
·
verified ·
1 Parent(s): 614d786

Update plot_pdb.py

Browse files
Files changed (1) hide show
  1. plot_pdb.py +1 -1
plot_pdb.py CHANGED
@@ -39,7 +39,7 @@ def get_pdb(sequence):
39
  if pdb_str == "INTERNAL SERVER ERROR":
40
  retries += 1
41
  time.sleep(0.1)
42
- pdb = str = None
43
 
44
  #save a pdb format file
45
  name = sequence[:3] + sequence[-3:] #combine the firt and last 3 AAs of sequence as a filename.
 
39
  if pdb_str == "INTERNAL SERVER ERROR":
40
  retries += 1
41
  time.sleep(0.1)
42
+ pdb = None #pdb = str = None
43
 
44
  #save a pdb format file
45
  name = sequence[:3] + sequence[-3:] #combine the firt and last 3 AAs of sequence as a filename.