Fix nextflow.config to match WES k8s pattern

- Match p2rank's working config structure: k8s profile only sets container
- Let WES-generated profile.config handle executor, storage, and k8s settings
- Add memory (8GB) and cpu (2) resource requests
- Set params defaults to null (values provided by WES experiment_params)
- Add manifest metadata
This commit is contained in:
2026-03-23 13:51:38 +01:00
parent 42d4e6cb87
commit 5465d9b8b1
2 changed files with 27 additions and 27 deletions

View File

@@ -3,8 +3,8 @@
nextflow.enable.dsl=2
// Parameters
params.pdb = '/omic/eureka/Pocketminer/1HSG.pdb'
params.outdir = '/omic/eureka/Pocketminer/output'
params.pdb = null
params.outdir = null
params.model_path = '/workspace/gvp/models/pocketminer'
params.debug = false