Skip to content

ga4gh/task-execution-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c346bad · Oct 17, 2016

History

41 Commits
Sep 20, 2016
Jul 25, 2016
Aug 19, 2016
Oct 16, 2016
Oct 5, 2016
Oct 16, 2016
May 23, 2016
Apr 28, 2016
Oct 16, 2016
Oct 17, 2016
Oct 14, 2016
Oct 16, 2016
Aug 25, 2016

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