Skip to content

otiai10/yacle

Repository files navigation

yacle

Build Status

Yet Another CWL Engine

Installation

go get -u -v github.com/otiai10/yacle

Try it

yacle run 1st-tool.cwl echo-job.yml

for cwl conformance test

Just execute

git submodule update --init
./cwl/run_test.sh RUNNER=yacle -n1

Development

Update the RUNNER: yacle,

go install .
./cwl/run_test.sh RUNNER=yacle -n1

Get confermance coverage

./testcases

If you get something wrong

go get ./...

Releases

No releases published

Packages

No packages published