Skip to content

Commit

Permalink
larger allele aeffect
Browse files Browse the repository at this point in the history
  • Loading branch information
hopedisastro committed Nov 13, 2024
1 parent 7ab394a commit e1b7c7c
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 @@ -44,7 +44,7 @@ subread = '2.0.6'
talos = '6.1.0' # release to build, image names should have specific releases. Can build by naming side-branch
trtools = '6.0.2'
trtools_hope_version = 'skip-if-monomorphic' # specific branch name
trtools_nonlinear_sum = 'master'
trtools_nonlinear_sum = 'largest_allele_effect'
vep_105 = '105.0'
vep_110 = 'release_110.1'
verifybamid = '2.0.1'
Expand Down
2 changes: 1 addition & 1 deletion images/trtools_nonlinear_sum/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.10-bullseye

ARG VERSION=${VERSION:-master}
ARG VERSION=${VERSION:-largest_allele_effect}
ARG GIT_REPO=https://github.com/populationgenomics/TRTools-nonlinear-sum.git

# Install necessary packages and clean up to reduce image size
Expand Down

0 comments on commit e1b7c7c

Please sign in to comment.