What's Changed * Add StreamFlow to README, and also add a short doc about adding new Workflow Engines by kinow in https://github.com/sapporo-wes/sapporo-service/pull/30 * Add process to change permission under exe_dir for nf-core by suecharo in be776be
What's Changed - Fix a couple typos by kinow in https://github.com/sapporo-wes/sapporo-service/pull/26 - Call function without using an if/else by kinow in https://github.com/sapporo-wes/sapporo-service/pull/28 - Multi-arch support for docker images 6ca8659...1f0c7ee - Fix release script e3cc641...5f22d63
New Contributors * kinow made their first contribution in https://github.com/sapporo-wes/sapporo-service/pull/26
18d4ea0 Add release script 60f15b5 Fix .dockerignore d751437 Update deploy action bf48916 Update lint and test actions 93f5bbc Fix arguments handling to resolve from current_dir when path is passed, based on 25 by nabito 71e9718 Fix `workflow_attachment` query
- Updated the API specification to `sapporo-wes-1.0.1` - Added the feature to parse workflow - Updated versions of `nextflow` and `cromwell` - Updated README
- chmod auxiliary scripts in Snakemake workflows by DrYak in https://github.com/sapporo-wes/sapporo-service/pull/24 - Changed to use `flask-cors` for CORS implementation. - Changed `run.sh` to download and treat as a local file when Snakemake workflow URL is a remote file.