Skip to content
/ yacle Public
forked from otiai10/yacle

Yet Another CWL Engine by Golang

License

Notifications You must be signed in to change notification settings

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

About

Yet Another CWL Engine by Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 96.2%
  • Common Workflow Language 2.1%
  • Shell 1.7%