Skip to content

Commit

Permalink
Add joblib library to snpeff image
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellevstek committed Sep 4, 2024
1 parent 378a2ca commit 76a5dcf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Change Log
All notable changes to this project are documented in this file.
This project adheres to `Semantic Versioning <http://semver.org/>`_.

==========
2024-09-04
==========

Changed
-------
- Add joblib Python library (v1.4.2) to
``public.ecr.aws/genialis/resolwebio/snpeff:3.2.0`` Docker image


==========
2024-08-29
==========
Expand Down
2 changes: 1 addition & 1 deletion resolwe_docker_images/snpeff/build.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
BASE_IMAGE=public.ecr.aws/genialis/resolwebio/base:ubuntu-22.04-14112023
REPOSITORY=resolwebio/snpeff
TAG=3.1.0
TAG=3.2.0
2 changes: 1 addition & 1 deletion resolwe_docker_images/snpeff/packages-python3.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Top-level packages.
pandas==2.0.3 --hash=sha256:ba619e410a21d8c387a1ea6e8a0e49bb42216474436245718d7f2e88a2f8d7c0
joblib==1.4.2 --hash=sha256:06d478d5674cbc267e7496a410ee875abd68e4340feff4490bcb7afb88060ae6

# Pandas dependencies.
python_dateutil==2.8.2 --hash=sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9
Expand All @@ -8,4 +9,3 @@ tzdata==2023.3 --hash=sha256:7e65763eef3120314099b6939b5546db7adce1e7d6f2e179e3d
openpyxl==3.1.2 --hash=sha256:f91456ead12ab3c6c2e9491cf33ba6d08357d802192379bb482f1033ade496f5
et_xmlfile==1.1.0 --hash=sha256:a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada
numpy==1.25.2 --hash=sha256:f08f2e037bba04e707eebf4bc934f1972a315c883a9e0ebfa8a7756eabf9e357

0 comments on commit 76a5dcf

Please sign in to comment.