Skip to content

Commit 10c7559

Browse files
committed
fix typo
1 parent 23b3d05 commit 10c7559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nextflow/xchem/tether-dock-score.nf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ process tether {
6969

7070
"""
7171
python -m pipelines.xchem.prepare_tether --smi '$smiles' --mol '$mol'\
72-
--chunk-size $parms.chunk_size_tether
72+
--chunk-size $params.chunk_size_tether
7373
${params.ph_min != null ? '--min-ph ' + params.ph_min : ''}\
7474
${params.ph_max != null ? '--max-ph ' + params.ph_max : ''}\
7575
${params.timeout_embed != null ? '--timeout-embed ' + params.timeout_embed : ''}\

0 commit comments

Comments
 (0)