Configure pipeline for WES execution on k8s cluster

- Add main.nf as WES entry point with PVC-based paths
- Update nextflow.config with k8s/k8s_gpu profiles (eureka-pvc)
- Update params.json defaults to /omic/eureka/digital-patients/ paths
- Remove stageInMode 'copy' from corto and vcf2prot for k8s compat
- Add reassemble.nf for one-time chunk reassembly on PVC
This commit is contained in:
2026-03-26 17:58:28 +01:00
parent 9e6a16c19b
commit 88627edc25
6 changed files with 371 additions and 325 deletions

View File

@@ -8,7 +8,6 @@ process CORTO {
publishDir "${params.outdir}/${params.project_name}", mode: 'copy'
// debug true
// maxForks 1
stageInMode 'copy'
input:
path TPM