Skip to content

Commit

Permalink
✨ docker for samtools with parallel (#244)
Browse files Browse the repository at this point in the history
* ✨ docker for samtools with parallel

* update docker table (#245)

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 May 31, 2024
1 parent dbe2215 commit 18eae61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ python|3.9-canine-util|docker pull pgc-images.sbgenomics.com/d3b-bixu/python:3.9
sambamba|0.6.3|docker pull pgc-images.sbgenomics.com/d3b-bixu/sambamba:0.6.3
sambamba|0.7.1|docker pull pgc-images.sbgenomics.com/d3b-bixu/sambamba:0.7.1
samtools|1.15.1|docker pull pgc-images.sbgenomics.com/d3b-bixu/samtools:1.15.1
samtools|1.20-parallel|docker pull pgc-images.sbgenomics.com/d3b-bixu/samtools:1.20-parallel
samtools|1.3.1|docker pull pgc-images.sbgenomics.com/d3b-bixu/samtools:1.3.1
samtools|1.6|docker pull pgc-images.sbgenomics.com/d3b-bixu/samtools:1.6
samtools|1.7-11-g041220d|docker pull pgc-images.sbgenomics.com/d3b-bixu/samtools:1.7-11-g041220d
Expand Down
7 changes: 7 additions & 0 deletions samtools/1.20-parallel/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FROM staphb/samtools:1.20

LABEL maintainer="Daniel Miller ([email protected])"

RUN apt update && apt install -y parallel curl

COPY Dockerfile .

0 comments on commit 18eae61

Please sign in to comment.