From ed26262c440b415e1f6d2771e6b88edcfa453fba Mon Sep 17 00:00:00 2001 From: suecharo Date: Thu, 7 May 2020 20:36:25 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 89fc980..f83d32a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ [![isort](https://github.com/suecharo/genpei/workflows/isort/badge.svg)](https://github.com/suecharo/genpei/actions?query=workflow%3Aisort) [![mypy](https://github.com/suecharo/genpei/workflows/mypy/badge.svg)](https://github.com/suecharo/genpei/actions?query=workflow%3Amypy) +[Japanese Document](https://github.com/suecharo/genpei/blob/master/README_ja.md) + Genpei (源平) is a standard implementation conforming to the [Global Alliance for Genomics and Health](https://www.ga4gh.org) (GA4GH) [Workflow Execution Service](https://github.com/ga4gh/workflow-execution-service-schemas) (WES) API specification. A simple and highly scalable REST API Server using [Flask](https://a2c.bitbucket.io/flask/) and [cwltool](https://github.com/common-workflow-language/cwltool) that follows the philosophy of Microservice. It supports the execution and management of Workflow written in [Common Workflow Language](https://www.commonwl.org) (CWL).