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 56a40e1 commit a28b6f3Copy full SHA for a28b6f3
src/nextflow/xchem/tether-dock-score.nf
@@ -89,7 +89,7 @@ process rdock {
89
file 'docking.as' from asfile
90
91
output:
92
- file 'Docked_*.sd' into docked_parts
+ file 'Docked_*.sd' optional true into docked_parts
93
94
"""
95
rbdock -r $prmfile -p dock.prm -n $params.num_dockings -i $part -o ${part.name.replace('Tethered', 'Docked')[0..-5]} > docked_out.log
src/nextflow/xchem/xcos.nf
@@ -44,7 +44,7 @@ process joiner {
44
45
container 'informaticsmatters/rdkit_pipelines:latest'
46
47
- publishDir ".", mode: 'move'
+ publishDir ".", mode: 'link'
48
49
input:
50
file parts from scored_parts.collect()
0 commit comments