fix import
Browse files- pdbbind.py +1 -0
- 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
|