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 {
|
process REASSEMBLE {
|
||||||
container 'alpine:latest'
|
container 'alpine:latest'
|
||||||
executor 'local'
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user