diff --git a/workflow/conf/biohpc.config b/workflow/conf/biohpc.config index adcd15ef14658aecd65eeeb4ce31d0cef34f2eea..0fea2a6227bfa6fe87e5da5bfbdc261e7db9aa7b 100755 --- a/workflow/conf/biohpc.config +++ b/workflow/conf/biohpc.config @@ -4,10 +4,12 @@ process { clusterOptions = '--hold' // Process specific configuration - withName:splitData { + withName:getBag { + executor = 'local' container = 'docker://bicf/gudmaprbkfilexfer:1.1' } withName:getData { + executor = 'local' container = 'docker://bicf/gudmaprbkfilexfer:1.1' } withName:trimData {