Skip to content

Commit

Permalink
includes new associaTR tool (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
hopedisastro authored Oct 13, 2023
1 parent b3523ca commit b4f4b71
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 @@ -24,7 +24,7 @@ samblaster = '0.1.26'
samtools = '1.16.1'
scanpy = '1.9.3'
somalier = '0.2.15'
trtools = '4.0.2'
trtools = '5.0.2'
vep = '105.0'
verifybamid = '2.0.1'
stripy = '4e393f921d15bfba8e3c2234b20c483c205ac295'
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:-4.0.2}
ARG VERSION=${VERSION:-5.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 b4f4b71

Please sign in to comment.