Skip to content

Commit

Permalink
chore: update dependencies, base img, codecov
Browse files Browse the repository at this point in the history
fix: issue with fasta-checksum-utils w/o circular contig flag
  • Loading branch information
davidlougheed committed Feb 13, 2024
1 parent f9d3bbc commit 808006d
Show file tree
Hide file tree
Showing 6 changed files with 457 additions and 449 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,6 @@ jobs:
- name: Test
run: mkdir -p tmp && poetry run pytest -svv --cov=bento_wes --cov-branch
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.01.01 AS base-deps
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.02.01 AS base-deps

SHELL ["/bin/bash", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion container.requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
gunicorn==21.2.0
gevent==23.9.1
pysam>=0.22.0,<0.23.0
fasta-checksum-utils>=0.4.0,<0.5
fasta-checksum-utils>=0.4.1,<0.5
2 changes: 1 addition & 1 deletion dev.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.01.01 AS base-deps
FROM ghcr.io/bento-platform/bento_base_image:python-debian-2024.02.01 AS base-deps

LABEL org.opencontainers.image.description="Local development image for Bento WES."
LABEL devcontainer.metadata='[{ \
Expand Down
Loading

0 comments on commit 808006d

Please sign in to comment.