Fix reassemble.nf: remove executor local so it runs on k8s with PVC access

This commit is contained in:
2026-03-26 18:28:42 +01:00
parent 88627edc25
commit cf6968d0c6

View File

@@ -9,7 +9,6 @@ params.outdir = '/omic/eureka/digital-patients'
process REASSEMBLE { process REASSEMBLE {
container 'alpine:latest' container 'alpine:latest'
executor 'local'
script: script:
""" """