Skip to content

Commit

Permalink
Adding example instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kellrott committed Jul 27, 2016
1 parent 4e1be99 commit 7193cb5
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,43 @@
# task-execution-server
# task-execution-server

## Initial tool install
```
make depends
```


## Build project
```
make
```

## Start task server
```
./bin/ga4gh-taskserver
```

## Start worker
```
./bin/ga4gh-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
```

0 comments on commit 7193cb5

Please sign in to comment.