Skip to content

Commit b941933

Browse files
committed
fixes for rdkit props and sa-score
1 parent 8156262 commit b941933

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

data-manager/rdkit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ jobs:
700700
command: >-
701701
/code/rdkit_props.py --input '{{ inputFile }}'
702702
--outfile '{{ outputFile }}'
703-
--calc{% for calc in calculations %} '{{ calc }}'{% endfor %}
703+
--calcs{% for calc in calculations %} '{{ calc }}'{% endfor %}
704704
{% if readHeader is defined and readHeader %}--read-header{% endif %}
705705
{% if writeHeader is defined and writeHeader %}--write-header{% endif %}
706706
{% if separator is defined %}--delimiter '{{ separator }}'{% endif %}

data-manager/silicos-it.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- similarity
1919
- shape
2020
- silicos-it
21+
- silicos
2122
- filter
2223
- 3d
2324
image:
@@ -135,6 +136,7 @@ jobs:
135136
- similarity
136137
- pharmacophore
137138
- silicos-it
139+
- silicos
138140
- filter
139141
- 3d
140142
image:

sa_score.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import utils, rdkit_utils, rdkit_calcs
3232
from dm_job_utilities.dm_log import DmLog
3333

34-
from rdkit import Chem
3534
from rdkit.Chem import rdMolDescriptors
3635

3736
_fscores = None

0 commit comments

Comments
 (0)