Skip to content

Commit 08efbbc

Browse files
committed
Upgrade to v3.8
1 parent 2e4be97 commit 08efbbc

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Python
1717
uses: actions/setup-python@v4
1818
with:
19-
python-version: "3.7"
19+
python-version: "3.8"
2020
- name: Install requirements
2121
run: |
2222
pip install .

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM elixircloud/foca:20221110-py3.7
1+
FROM docker.io/elixircloud/foca:20231219-py3.11
22

33
LABEL version="1.1"
44
LABEL software="cwl-WES"

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.6'
22
services:
33

44
wes:
5-
image: elixircloud/cwl-wes:latest
5+
image: docker.io/elixircloud/cwl-wes:latest
66
build:
77
context: .
88
dockerfile: Dockerfile
@@ -16,7 +16,7 @@ services:
1616
- "8080:8080"
1717

1818
wes-worker:
19-
image: elixircloud/cwl-wes:latest
19+
image: docker.io/elixircloud/cwl-wes:latest
2020
restart: unless-stopped
2121
depends_on:
2222
- wes

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
foca~=0.12.0
2-
cwl-tes @ git+https://github.com/ohsu-comp-bio/cwl-tes.git@7b44cb1825a302bb7eccb3f2d91dc233adc0e32f#egg=cwl-tes
2+
#cwl-tes @ git+https://github.com/ohsu-comp-bio/cwl-tes.git@7b44cb1825a302bb7eccb3f2d91dc233adc0e32f#egg=cwl-tes
3+
cwl-tes==0.3.0
34
drs-cli~=0.2.3
45
gunicorn~=19.9.0
56
py-tes~=0.4.2

0 commit comments

Comments
 (0)