Skip to content

Commit ee89e17

Browse files
committed
tweaks for enumerate_charges and sanifier_enumerator cells
1 parent 1cf5480 commit ee89e17

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed

src/python/pipelines/dimorphite/enumerate_charges.dsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ outputRoutes:
7575
- route: FILE
7676
imageName: informaticsmatters/rdkit_pipelines
7777
command: >-
78-
python -m pipelines.dimorphite.enumerate_charges -i ${PIN}input.data.gz -if json -o ${POUT}output -of json
78+
python -m pipelines.dimorphite.enumerate_charges -i ${PIN}input.data.gz -if json -o ${POUT}output -of json --meta
7979
${binding.variables.containsKey('min_ph') ? ' --min-ph ' + min_ph : ''}
8080
${binding.variables.containsKey('max_ph') ? ' --max-ph ' + max_ph : ''}
8181
${binding.variables.containsKey('fragment_method') ? ' --fragment-method ' + fragment_method : ''}

src/python/pipelines/rdkit/sanifier_enumerator.dsd.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,6 @@ serviceConfig:
2727
mediaType: application/x-squonk-dataset-molecule+json
2828
name: output
2929
optionDescriptors:
30-
- modes:
31-
- User
32-
editable: true
33-
"@class": org.squonk.options.OptionDescriptor
34-
typeDescriptor:
35-
type: java.lang.String
36-
"@class": org.squonk.options.SimpleTypeDescriptor
37-
key: dockerImageVersion
38-
label: RDKit version
39-
description: Version of the RDKit Docker image to execute
40-
values:
41-
- latest
42-
- Release_2017_03_1
43-
- Release_2016_09_2
44-
- Release_2016_03_1
45-
- Release_2015_09_2
46-
- Release_2015_09_1
47-
defaultValue: latest
48-
visible: true
4930
- modes:
5031
- User
5132
editable: true
@@ -99,5 +80,5 @@ imageName: informaticsmatters/rdkit_pipelines
9980
command: >-
10081
python -m pipelines.rdkit.sanifier -i ${PIN}input.data.gz -if json -o ${POUT}output -of json -mf $molFormat
10182
${tautomers ? '-et' : ''}
102-
${stereoisomers ? '-es'' : ''}
83+
${stereoisomers ? '-es' : ''}
10384
--meta

0 commit comments

Comments
 (0)