Skip to content

Commit

Permalink
🎉 added t1k 1.0.5 docker (#236)
Browse files Browse the repository at this point in the history
* 🎉 added t1k 1.0.5 docker

* update docker table (#237)

Co-authored-by: dmiller15 <[email protected]>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dmiller15 and github-actions[bot] authored Mar 27, 2024
1 parent a87b581 commit 3928d8a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ sv2|latest|docker pull pgc-images.sbgenomics.com/d3b-bixu/sv2:latest
svaba|1.1.0|docker pull pgc-images.sbgenomics.com/d3b-bixu/svaba:1.1.0
SVTyper|0.7.1|docker pull pgc-images.sbgenomics.com/d3b-bixu/svtyper:0.7.1
t1k|v1.0.2|docker pull pgc-images.sbgenomics.com/d3b-bixu/t1k:v1.0.2
t1k|v1.0.5|docker pull pgc-images.sbgenomics.com/d3b-bixu/t1k:v1.0.5
THetA2|0.7.0|docker pull pgc-images.sbgenomics.com/d3b-bixu/theta2:0.7.0
THetA2|0.7.1|docker pull pgc-images.sbgenomics.com/d3b-bixu/theta2:0.7.1
tidyverse|3.6.1-canine-util|docker pull pgc-images.sbgenomics.com/d3b-bixu/tidyverse:3.6.1-canine-util
Expand Down
11 changes: 11 additions & 0 deletions t1k/v1.0.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM ubuntu:22.04
LABEL maintainer="Miguel Brown ([email protected])"
LABEL description="Builds T1K HLA Typer image"

ENV T1K_VERSION=1.0.5

RUN apt update && apt install -y curl build-essential zlib1g-dev libncurses5-dev libbz2-dev liblzma-dev libcurl4-openssl-dev libssl-dev libpthread-stubs0-dev

RUN curl -sL https://github.com/mourisl/T1K/archive/refs/tags/v${T1K_VERSION}.tar.gz | tar -xz && cd T1K-${T1K_VERSION} && make

COPY Dockerfile .

0 comments on commit 3928d8a

Please sign in to comment.