Skip to content

Commit 87c6e7b

Browse files
committed
fixes for NF service descriptor params
1 parent 4f228b7 commit 87c6e7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/nextflow/docking/rdock.nsd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ inputRoutes:
8787
outputRoutes:
8888
- route: "FILE"
8989
nextflowParams: |
90-
params.ligands = ligands.data.gz
91-
params.receptor = config.zip
90+
params.ligands = 'ligands.data.gz'
91+
params.receptor = 'config.zip'
9292
params.num_dockings = $num
9393
params.top = $top
9494
${binding.variables.containsKey('score') ? 'params.score = ' + score : ''}

src/nextflow/rdkit/screen-multi-dataset.nsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ inputRoutes:
8989
- route: "FILE"
9090
outputRoutes:
9191
- route: "FILE"
92-
nextflowParams: >
92+
nextflowParams: |
9393
params.simmin = $sim.minValue
9494
params.simmax = $sim.maxValue
9595
params.descriptor = '$descriptor'

0 commit comments

Comments
 (0)