From b06db16e97d8976adce1bcd5061ef4cac92d85ca Mon Sep 17 00:00:00 2001
From: nservant <nservant@curie.fr>
Date: Fri, 4 Oct 2019 18:07:52 +0200
Subject: [PATCH] 1.0 to dev

---
 nextflow.config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nextflow.config b/nextflow.config
index c766c4a..f624219 100644
--- a/nextflow.config
+++ b/nextflow.config
@@ -45,7 +45,7 @@ params {
 
 // Container slug. Stable releases should specify release tag!
 // Developmental code should specify :dev
-process.container = 'nfcore/hic:1.0.0'
+process.container = 'nfcore/hic:dev'
 
 // Load base.config by default for all pipelines
 includeConfig 'conf/base.config'
-- 
GitLab