We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f228b7 commit 87c6e7bCopy full SHA for 87c6e7b
src/nextflow/docking/rdock.nsd.yml
@@ -87,8 +87,8 @@ inputRoutes:
87
outputRoutes:
88
- route: "FILE"
89
nextflowParams: |
90
- params.ligands = ligands.data.gz
91
- params.receptor = config.zip
+ params.ligands = 'ligands.data.gz'
+ params.receptor = 'config.zip'
92
params.num_dockings = $num
93
params.top = $top
94
${binding.variables.containsKey('score') ? 'params.score = ' + score : ''}
src/nextflow/rdkit/screen-multi-dataset.nsd.yml
@@ -89,7 +89,7 @@ inputRoutes:
-nextflowParams: >
+nextflowParams: |
params.simmin = $sim.minValue
params.simmax = $sim.maxValue
95
params.descriptor = '$descriptor'
0 commit comments