Skip to content

Commit

Permalink
re-update tb-profiler container; conda missing version
Browse files Browse the repository at this point in the history
  • Loading branch information
t-whalley committed Jun 14, 2024
1 parent 121c575 commit ea512cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/containers.config
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ process {
}

withLabel:tbprofiler {
container = "quay.io/pathogen-genomics-cymru/tbprofiler:0.9.8"
container = "quay.io/pathogen-genomics-cymru/tbprofiler:0.9.8.1"
}

withName:downloadContamGenomes {
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ su - root # USER root
mkdir -p /
cd /

TBPROFILER_VER="6.2.0"
TBPROFILER_VER="6.2.1"

# this version is the shortened commit hash on the `master` branch here https://github.com/jodyphelan/tbdb/
# commits are found on https://github.com/jodyphelan/tbdb/commits/master
# this was the latest commit as of 2023-10-26
TBDB_VER="e6a0040"
TBDB_VER="a5e1d48"

# LABEL instructions tag the image with metadata that might be important to the user

Expand Down

0 comments on commit ea512cf

Please sign in to comment.