Skip to content

Commit 9da6f71

Browse files
committed
fixed param name
1 parent d9385de commit 9da6f71

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
@@ -141,6 +141,6 @@ process xcos {
141141
file 'XC_*.sdf'
142142

143143
"""
144-
python -m pipelines.xchem.xcos -i '$part' -if sdf -f '$hits' -o 'XC_${part.name[0..-5]}' -of sdf --no-gzip
144+
python -m pipelines.xchem.xcos -i '$part' -if sdf -f '$fragments' -o 'XC_${part.name[0..-5]}' -of sdf --no-gzip
145145
"""
146146
}

0 commit comments

Comments
 (0)