Skip to content

Commit

Permalink
nextflow config for docker tbprofiler
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Jan 10, 2024
1 parent 3245b56 commit 7c79680
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ profiles {
}

withLabel:tbprofiler {
container = "twhalley93/tb-profiler:latest"
container = "quay.io/pathogen-genomics-cymru//tb-profiler:latest"
}

withLabel:getversion{
Expand Down Expand Up @@ -166,7 +166,7 @@ profiles {
}

withLabel:tbprofiler {
container = "twhalley93/tb-profiler:latest"
container = "quay.io/pathogen-genomics-cymru//tb-profiler:latest"
}

withName:downloadContamGenomes {
Expand Down Expand Up @@ -225,7 +225,7 @@ profiles {
}

withLabel:tbprofiler {
container = "twhalley93/tb-profiler:latest"
container = "quay.io/pathogen-genomics-cymru//tb-profiler:latest"
}

withName:downloadContamGenomes {
Expand Down Expand Up @@ -299,7 +299,7 @@ profiles {
}

withLabel:tbprofiler {
container = "twhalley93/tb-profiler:latest"
container = "quay.io/pathogen-genomics-cymru//tb-profiler:latest"
}
}
}
Expand Down

0 comments on commit 7c79680

Please sign in to comment.