From b88204829060e9281296585cb09adbbb703909af Mon Sep 17 00:00:00 2001 From: "Gabriel A. Devenyi" Date: Wed, 14 Feb 2024 13:21:58 -0500 Subject: [PATCH] By default use github built container --- nextflow.config | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nextflow.config b/nextflow.config index cc1ba5b..09dafcf 100644 --- a/nextflow.config +++ b/nextflow.config @@ -1,11 +1,10 @@ -// process.container = 'maget.img' -// apptainer.enabled = true - profiles { standard { process { + container = 'ghcr.io/cobralab/magetbrain-nextflow:master' executor = 'local' } + apptainer.enabled = true } niagara { process {