From dbdf45ed1a315e8bd48689347a1f83e90b516ada Mon Sep 17 00:00:00 2001 From: Erik van den Bergh Date: Mon, 5 Mar 2018 10:07:02 +0000 Subject: [PATCH] Add link to TES intro --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13fa25b9..e3a7587c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -An implementation of a task execution engine based on the [TES standard](https://github.com/ga4gh/task-execution-schemas) running on Kubernetes. +An implementation of a task execution engine based on the [TES standard](https://github.com/ga4gh/task-execution-schemas) running on Kubernetes. For more details on TES, see the [(very) brief introduction to TES](tesintro.md). For organisational reasons, this project is split into 2 repositories: One containing the API and associated docker images ([here](https://github.com/EMBL-EBI-TSI/tesk-api)) and one containing the actual task execution service and associated Docker images (this one). If the API is running on your cluster it will pull the images from our gcr.io repository automatically. In that vein, see below under 'How to install' to get TESK up and running on your Kubernetes cluster.