Skip to content

Commit bb5a272

Browse files
committed
fix in sucos service descriptor
1 parent 35eab68 commit bb5a272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/python/pipelines/rdkit/sucos.dsd.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"visible": true,
4545
"description": "Target molecule index (default is the first)",
4646
"label": "Target mol index",
47-
"key": "arg.target",
47+
"key": "arg.targetidx",
4848
"minValues": 0,
4949
"maxValues": 1,
5050
"typeDescriptor": {
@@ -75,5 +75,5 @@
7575
}
7676
],
7777
"imageName": "informaticsmatters/rdkit_pipelines",
78-
"command": "python -m pipelines.rdkit.sucos --target target.data.gz -i ${PIN}input.data.gz -o ${POUT}output -of json${binding.variables.containsKey('target') ? ' --targetidx ' + binding.variables.get('targetidx') : ''} --meta"
78+
"command": "python -m pipelines.rdkit.sucos --target target.data.gz -i ${PIN}input.data.gz -o ${POUT}output -of json${binding.variables.containsKey('targetidx') ? ' --targetidx ' + binding.variables.get('targetidx') : ''} --meta"
7979
}

0 commit comments

Comments
 (0)