diff --git a/nextflow.config b/nextflow.config index c89b5a2..334c768 100644 --- a/nextflow.config +++ b/nextflow.config @@ -25,7 +25,14 @@ profiles { } k8s { process { - container = 'harbor.cluster.omic.ai/omic/propka:latest' + executor = 'k8s' + } + docker { + enabled = true + } + k8s { + storageClaimName = 'eureka-pvc' + storageMountPath = '/omic/eureka' } } }