File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 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 .
Original file line number Diff line number Diff line change 1- FROM elixircloud/foca:20221110 -py3.7
1+ FROM docker.io/ elixircloud/foca:20231219 -py3.11
22
33LABEL version="1.1"
44LABEL software="cwl-WES"
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.6'
22services :
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
Original file line number Diff line number Diff line change 11foca ~= 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
34drs-cli ~= 0.2.3
45gunicorn ~= 19.9.0
56py-tes ~= 0.4.2
You can’t perform that action at this time.
0 commit comments