File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff 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 %}
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 3131import utils , rdkit_utils , rdkit_calcs
3232from dm_job_utilities .dm_log import DmLog
3333
34- from rdkit import Chem
3534from rdkit .Chem import rdMolDescriptors
3635
3736_fscores = None
You can’t perform that action at this time.
0 commit comments