From e37b3310ddacba8652283729c307e9f77a7e8411 Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Fri, 9 Sep 2016 16:05:34 +0200 Subject: [PATCH] Updated container definition --- nextflow.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextflow.config b/nextflow.config index f7e0df0..a8c89e6 100644 --- a/nextflow.config +++ b/nextflow.config @@ -4,6 +4,6 @@ manifest { homePage = 'http://tcoffee.crg.cat/apps/ampa/' } -docker { - image = 'cbcrg/ampa-nf' +process { + container = 'cbcrg/ampa-nf' }