Skip to content

xhejtman/task-execution-server

 
 

Repository files navigation

task-execution-server

Initial tool install

make depends

Build project

make

Start task server

./bin/tes-server

Start worker

./bin/tes-worker

Get info about task execution service

curl http://localhost:8000/v1/jobs-service

Get Task Execution Server CWL runner

git clone https://github.com/bmeg/funnel.git
cd funnel/
virtualenv venv
. venv/bin/activate
pip install cwltool
pip install pyyaml

Run Example workflow

python funnel/main.py --tes tes.yaml test/hashsplitter-workflow.cwl --input README.md 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 72.1%
  • Python 13.3%
  • HTML 6.2%
  • JavaScript 3.1%
  • Protocol Buffer 2.5%
  • Makefile 2.4%
  • Other 0.4%