File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ outputRoutes:
75
75
- route : FILE
76
76
imageName : informaticsmatters/rdkit_pipelines
77
77
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
79
79
${binding.variables.containsKey('min_ph') ? ' --min-ph ' + min_ph : ''}
80
80
${binding.variables.containsKey('max_ph') ? ' --max-ph ' + max_ph : ''}
81
81
${binding.variables.containsKey('fragment_method') ? ' --fragment-method ' + fragment_method : ''}
Original file line number Diff line number Diff line change @@ -27,25 +27,6 @@ serviceConfig:
27
27
mediaType : application/x-squonk-dataset-molecule+json
28
28
name : output
29
29
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
49
30
- modes :
50
31
- User
51
32
editable : true
@@ -99,5 +80,5 @@ imageName: informaticsmatters/rdkit_pipelines
99
80
command : >-
100
81
python -m pipelines.rdkit.sanifier -i ${PIN}input.data.gz -if json -o ${POUT}output -of json -mf $molFormat
101
82
${tautomers ? '-et' : ''}
102
- ${stereoisomers ? '-es'' : ''}
83
+ ${stereoisomers ? '-es' : ''}
103
84
--meta
You can’t perform that action at this time.
0 commit comments