Fix reassemble.nf: remove executor local so it runs on k8s with PVC access
This commit is contained in:
@@ -9,7 +9,6 @@ params.outdir = '/omic/eureka/digital-patients'
|
||||
|
||||
process REASSEMBLE {
|
||||
container 'alpine:latest'
|
||||
executor 'local'
|
||||
|
||||
script:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user