Skip to content

Commit

Permalink
Update TRTools to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
hopedisastro committed Oct 31, 2024
1 parent 1bbe8e9 commit 884c8a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ star = '2.7.10b'
strvctvre = 'v.1.10'
subread = '2.0.6'
talos = '6.1.0' # release to build, image names should have specific releases. Can build by naming side-branch
trtools = '5.0.2'
trtools = '6.0.2'
trtools_hope_version = 'skip-if-monomorphic' # specific branch name
vep_105 = '105.0'
vep_110 = 'release_110.1'
Expand Down
2 changes: 1 addition & 1 deletion images/trtools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM debian:buster-slim

ENV MAMBA_ROOT_PREFIX /root/micromamba
ENV PATH $MAMBA_ROOT_PREFIX/bin:$PATH
ARG VERSION=${VERSION:-5.0.2}
ARG VERSION=${VERSION:-6.0.2}

RUN apt-get update && apt-get install -y git wget bash bzip2 zip && \
rm -r /var/lib/apt/lists/* && \
Expand Down

0 comments on commit 884c8a8

Please sign in to comment.