From 044bbc9200301c95336d4b80bc1f10f12b567ef3 Mon Sep 17 00:00:00 2001 From: "Michael R. Crusoe" <1330696+mr-c@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:21:35 +0200 Subject: [PATCH 1/2] Start a list of known implementations --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index afd68d5..891f2fe 100644 --- a/README.md +++ b/README.md @@ -79,8 +79,12 @@ Possible Future Enhancements * a callback mechanism for monitoring status changes in running workflows (e.g., a webhook) * integration with GA4GH data access APIs (e.g., htsget, DOS) +Known Implementations +===================== +* https://github.com/common-workflow-language/workflow-service/ + How to Contribute Changes -------------------------- +========================= See [CONTRIBUTING.md](CONTRIBUTING.md). @@ -88,12 +92,12 @@ If a security issue is identified with the specification, please send an email t detailing your concerns. License -------- +======= See the [LICENSE](LICENSE). More Information ----------------- +================ * [Global Alliance for Genomics and Health](http://genomicsandhealth.org) * [GA4GH Cloud Work Stream](https://ga4gh.cloud) From baaa89a99fe20739b0a5d061ee7ecd3c233f5921 Mon Sep 17 00:00:00 2001 From: Alex Kanitz Date: Fri, 28 Jun 2024 11:50:15 +0200 Subject: [PATCH 2/2] Add disclaimer & additional implementations --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 891f2fe..780aa1e 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,15 @@ Possible Future Enhancements Known Implementations ===================== + +Implementations listed here are community-provided. No guarantees are made on (level of) compliance, functionality, +maturity, project status, etc. Nor should inclusion in this list be considered an endorsement by GA4GH. + * https://github.com/common-workflow-language/workflow-service/ +* https://github.com/elixir-cloud-aai/cwl-WES +* https://github.com/elixir-cloud-aai/proWES +* https://github.com/sapporo-wes/sapporo +* https://gitlab.com/one-touch-pipeline/weskit How to Contribute Changes =========================