Releases: sapporo-wes/sapporo-service
Releases · sapporo-wes/sapporo-service
1.0.16
- Transfer of the repository
1.0.15
- Version update of workflow runners:
ep3
: v1.0.0
-> v1.7.0
cwltool
: 1.0.20191225192155
-> 3.1
cromwell
: 55
-> 67
snakemake
: v5.32.0
-> v6.7.0
- Rename master to main
- Fix github actions
1.0.13
- Changed the name 'sapporo' to all lowercase.
1.0.12
- Added support for Python 3.9.
- Changed to use
uwsgi
as a production server.
- Updated Docker environment.
- Added support for uwsgi in unit tests
- Updated GitHub Actions.
- Properly set
cwd
and PATH
when forking Run.sh
.
- Fixed overall encoding to
utf-8
.
1.0.11
- Added the feature to download hidden files in the download file function
- Fixed some error codes, and added some restrictions and validations to the user input characters.
- Added docker network setting for s3 upload
1.0.10
- Add the feature to handle remote URL as workflow_attachment
- Fix docker-compose file version
- Fix docker-compose volume mount options
- Fix unlink option error
1.0.9
- Changed the status of ep3 and toil to experimental.
- Fixed the port of the development environment from 8080 to 1122
- Removed run_dir from tags
- Fixed a behavior regarding the execution of a registered workflow
- Implemented file hosting feature for run_dir
- Fixed tests
- Updated README and swagger documentation.
1.0.8
- Add docker binary in the docker image, remove docker binary mount from compose files
- Add cromwell
- Fix the src dir in the docker volume mount
- Fix test codes
1.0.7
- Add Snakemake
- Remove
external
from docker-compose.yml
's network to create automatically
- Add wf execution test
- Add the function to change permissions of outputs dir and exe dir
- Add the function to handle
workflow_attachment
while maintaining the directory structure of the formData's filename
- Update README.md