Skip to content

Commit

Permalink
bump tb-profiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
WhalleyT committed Apr 8, 2024
1 parent 00af7e7 commit aabe4ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile.tbprofiler-0.9.8
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ COPY resources/tuberculosis.fasta /data/tuberculosis.fasta
USER root
WORKDIR /

ARG TBPROFILER_VER="5.0.1"
ARG TBPROFILER_VER="6.2.0"

# 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
ARG TBDB_VER="e25540b"
# this was the latest commit as of 2024-04-08
ARG TBDB_VER="e6a0040"

# LABEL instructions tag the image with metadata that might be important to the user
LABEL base.image="micromamba:1.3.0"
Expand Down
4 changes: 2 additions & 2 deletions singularity/Singularity.tbprofiler-0.9.8
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="5.0.1"
TBPROFILER_VER="6.2.0"

# 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="e25540b"
TBDB_VER="e6a0040"

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

Expand Down

0 comments on commit aabe4ad

Please sign in to comment.