From c2e3fbab18b1f71a3d0fbbcb0f5f5de709234d8b Mon Sep 17 00:00:00 2001 From: nservant <nservant@curie.fr> Date: Tue, 9 Apr 2019 18:04:07 +0200 Subject: [PATCH] update travis repo --- nextflow.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextflow.config b/nextflow.config index 0075f7f..0a46040 100644 --- a/nextflow.config +++ b/nextflow.config @@ -14,7 +14,7 @@ params { // Container slug. Stable releases should specify release tag! // Developmental code should specify :latest //container = 'nfcore/hic:latest' - container = 'nservant/nf-core-hic:latest' + container = 'nfcore/hic:latest' // Workflow flags // TODO nf-core: Specify your pipeline's command line flags -- GitLab