Spaces:
Paused
Paused
Update plot_pdb.py
Browse files- 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.
|