jglaser commited on
Commit
9ec86e1
1 Parent(s): 02cc741

fix import

Browse files
Files changed (2) hide show
  1. pdbbind.py +1 -0
  2. pdbbind.slurm +1 -0
pdbbind.py CHANGED
@@ -13,6 +13,7 @@ from rdkit import Chem
13
 
14
  import os
15
  import re
 
16
 
17
  # all punctuation
18
  punctuation_regex = r"""(\(|\)|\.|=|#|-|\+|\\|\/|:|~|@|\?|>>?|\*|\$|\%[0-9]{2}|[0-9])"""
 
13
 
14
  import os
15
  import re
16
+ import sys
17
 
18
  # all punctuation
19
  punctuation_regex = r"""(\(|\)|\.|=|#|-|\+|\\|\/|:|~|@|\?|>>?|\*|\$|\%[0-9]{2}|[0-9])"""
pdbbind.slurm CHANGED
@@ -9,3 +9,4 @@
9
  srun python pdbbind.py 5
10
  srun python pdbbind.py 8
11
  srun python pdbbind.py 11
 
 
9
  srun python pdbbind.py 5
10
  srun python pdbbind.py 8
11
  srun python pdbbind.py 11
12
+ srun python pdbbind.py 15