Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
t-whalley committed Jul 10, 2024
1 parent cbd2642 commit 8d41091
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 2 additions & 3 deletions docker/Dockerfile.tbprofiler-0.9.8.1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ FROM ubuntu:focal
#copy the reference genome to pre-compute our index
COPY resources/tuberculosis.fasta /data/tuberculosis.fasta

ENV \
tbdb_version="a5e1d48"
tbprofiler_version="6.2.1"
ENV tbdb_version=a5e1d48 \
tbprofiler_version=6.2.1
TMPDIR="."

#USER root
Expand Down
7 changes: 4 additions & 3 deletions singularity/Singularity.tbprofiler-0.9.8.1
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ maintainer3.email="[email protected]"

#copy the reference genome to pre-compute our index

tbdb_version="a5e1d48"
tbprofiler_version="6.2.1"
tbdb_version=a5e1d48
tbprofiler_version=6.2.1
TMPDIR="."

#USER root
Expand Down Expand Up @@ -69,7 +69,8 @@ cd /data
tb-profiler update_tbdb --match_ref /data/tuberculosis.fasta --commit ${TBDB_VER}

%environment
export tbdb_version="a5e1d48"
export tbdb_version=a5e1d48
export tbprofiler_version=6.2.1
export TMPDIR="/data"
export MAMBA_ROOT_PREFIX="/opt/conda"
export PATH="/opt/conda/bin:${PATH}"
Expand Down

0 comments on commit 8d41091

Please sign in to comment.