manifest { name = 'corto' author = 'omic' homePage = 'https://trs-gitea.cluster.omic.ai/omic/corto' description = 'CORTO - Correlation Tool for gene regulatory network analysis' mainScript = 'main.nf' version = '1.0.0' defaultBranch = 'master' } params { TPM = null regulon = null outdir = null } profiles { standard { docker { enabled = true temp = 'auto' } } k8s { process { container = 'harbor.cluster.omic.ai/omic/digital-patients/corto:latest' } } } process { cpus = 1 memory = '4 GB' }