Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 943 Bytes

README.md

File metadata and controls

49 lines (32 loc) · 943 Bytes

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 ./...