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" } } }