Skip to content

Commit

Permalink
Add FastQE (#103)
Browse files Browse the repository at this point in the history
* Add FastQE Dockerfile

* Add FastQE version to images.toml

* linting issue fixed

* making fastqe image slim

* Add FastQE Dockerfile

* Add FastQE version to images.toml

* linting issue fixed

* making fastqe image slim

* linting

---------

Co-authored-by: Michael Franklin <illusional@users.noreply.github.com>
  • Loading branch information
michael-harper and illusional authored Dec 4, 2023
1 parent 9f6b9f4 commit 892f7a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions images.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dragmap = '1.3.0-tokenizer-next-fix'
expansionhunter = '5.0.0'
expansionhunter_bw2 = 'b85cba004fba4e0223e632fae576bc7fad0da804'
fastp = '0.23.4'
fastqe = '0.3.1'
fastqc = '0.11.9'
gatk = '4.2.6.1'
hap-py = '0.3.15'
Expand Down
4 changes: 4 additions & 0 deletions images/fastqe/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM python:3.10-slim

ARG VERSION=${VERSION:-0.3.1}
RUN pip install fastqe==${VERSION}

0 comments on commit 892f7a4

Please sign in to comment.