Skip to content

Releases: sapporo-wes/sapporo-service

1.0.15

01 Sep 09:34
Compare
Choose a tag to compare
  • 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.14

16 Jun 07:44
Compare
Choose a tag to compare
  • Fix tests

1.0.13

25 Mar 01:46
Compare
Choose a tag to compare
  • Changed the name 'sapporo' to all lowercase.

1.0.12

17 Mar 03:31
Compare
Choose a tag to compare
  • 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

11 Mar 07:28
Compare
Choose a tag to compare
  • 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

04 Mar 08:04
Compare
Choose a tag to compare
  • 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

01 Mar 08:26
Compare
Choose a tag to compare
  • 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

01 Mar 08:10
Compare
Choose a tag to compare
  • 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

01 Mar 08:10
Compare
Choose a tag to compare
  • 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

1.0.6

01 Mar 08:10
Compare
Choose a tag to compare
  • Fix README.md
  • Add Nextflow script to run.sh
  • Add curl example
  • Update WES specification
  • Refactoring the source code
  • Add process to set permissions of exe_dir and outputs_dir to 777
  • Fixed volume mount in docker-compose.yml and docker-compose.dev.yml
  • Fixed the structure of the test directory
  • Implement upload to S3 function