From 7c7968068542c54dc94a4eb5624be2ad6f10b0a1 Mon Sep 17 00:00:00 2001 From: whalleyt Date: Wed, 10 Jan 2024 15:53:51 +0000 Subject: [PATCH] nextflow config for docker tbprofiler --- nextflow.config | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nextflow.config b/nextflow.config index 9b76d20..d268fb4 100644 --- a/nextflow.config +++ b/nextflow.config @@ -94,7 +94,7 @@ profiles { } withLabel:tbprofiler { - container = "twhalley93/tb-profiler:latest" + container = "quay.io/pathogen-genomics-cymru//tb-profiler:latest" } withLabel:getversion{ @@ -166,7 +166,7 @@ profiles { } withLabel:tbprofiler { - container = "twhalley93/tb-profiler:latest" + container = "quay.io/pathogen-genomics-cymru//tb-profiler:latest" } withName:downloadContamGenomes { @@ -225,7 +225,7 @@ profiles { } withLabel:tbprofiler { - container = "twhalley93/tb-profiler:latest" + container = "quay.io/pathogen-genomics-cymru//tb-profiler:latest" } withName:downloadContamGenomes { @@ -299,7 +299,7 @@ profiles { } withLabel:tbprofiler { - container = "twhalley93/tb-profiler:latest" + container = "quay.io/pathogen-genomics-cymru//tb-profiler:latest" } } }