Skip to content

Commit

Permalink
"AIP" to talos (#170)
Browse files Browse the repository at this point in the history
* gotta hit that moving target
  • Loading branch information
MattWellie authored Oct 23, 2024
1 parent ec72231 commit 1bbe8e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ somalier = '0.2.15'
star = '2.7.10b'
strvctvre = 'v.1.10'
subread = '2.0.6'
talos = '5.5.1' # release to build, image names should have specific releases. Can build by naming side-branch
talos = '6.1.0' # release to build, image names should have specific releases. Can build by naming side-branch
trtools = '5.0.2'
trtools_hope_version = 'skip-if-monomorphic' # specific branch name
vep_105 = '105.0'
Expand Down
4 changes: 2 additions & 2 deletions images/talos/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10-bullseye

ARG VERSION=${VERSION:-5.5.1}
ARG VERSION=${VERSION:-6.1.0}

RUN apt update && apt install -y \
apt-transport-https \
Expand All @@ -20,4 +20,4 @@ RUN apt update && apt install -y \

ENV PATH=$PATH:/opt/google-cloud-sdk/bin

RUN pip install --no-cache-dir metamist git+https://github.com/populationgenomics/automated-interpretation-pipeline.git@${VERSION}
RUN pip install --no-cache-dir metamist git+https://github.com/populationgenomics/talos.git@${VERSION}

0 comments on commit 1bbe8e9

Please sign in to comment.