Skip to content

simonovic86/task-execution-server

This branch is 11 commits ahead of ga4gh/task-execution-server:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5e861a6 · Oct 19, 2016

History

52 Commits
Oct 17, 2016
Oct 17, 2016
Jul 25, 2016
Aug 19, 2016
Oct 17, 2016
Oct 5, 2016
Oct 16, 2016
Oct 17, 2016
Apr 28, 2016
Oct 16, 2016
Oct 17, 2016
Oct 19, 2016
Oct 19, 2016
Aug 25, 2016

Repository files navigation

master: master-build-status

develop: develop-build-status

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 73.0%
  • Python 12.6%
  • HTML 5.9%
  • JavaScript 2.9%
  • Makefile 2.8%
  • Protocol Buffer 2.4%
  • Other 0.4%