https://github.com/otiai10/yacle
Yet Another CWL Engine by Golang
https://github.com/otiai10/yacle
bioinformatics common-workflow-language cwl
Last synced: 11 months ago
JSON representation
Yet Another CWL Engine by Golang
- Host: GitHub
- URL: https://github.com/otiai10/yacle
- Owner: otiai10
- License: mit
- Created: 2017-06-08T08:42:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T06:13:31.000Z (almost 7 years ago)
- Last Synced: 2025-04-15T14:14:26.372Z (11 months ago)
- Topics: bioinformatics, common-workflow-language, cwl
- Language: Go
- Homepage:
- Size: 87.9 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yacle
[](https://travis-ci.org/otiai10/yacle)
[](https://github.com/common-workflow-language/common-workflow-language)
Yet Another [CWL](https://github.com/common-workflow-language/common-workflow-language) Engine
# Installation
```sh
go get -u -v github.com/otiai10/yacle
```
# Try it
```sh
yacle run 1st-tool.cwl echo-job.yml
```
# for cwl conformance test
## Just execute
```sh
git submodule update --init
./cwl/run_test.sh RUNNER=yacle -n1
```
## Development
Update the RUNNER: yacle,
```sh
go install .
./cwl/run_test.sh RUNNER=yacle -n1
```
## Get confermance coverage
```sh
./testcases
```
## If you get something wrong
```
go get ./...
```