From d0d39ba5d598331342b144d833724cf296c07c26 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 28 Jun 2023 06:29:40 -0500 Subject: Added API links to source code --- api/questions-to-ask-GN.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'api') diff --git a/api/questions-to-ask-GN.md b/api/questions-to-ask-GN.md index c3a8705..15d06d1 100644 --- a/api/questions-to-ask-GN.md +++ b/api/questions-to-ask-GN.md @@ -332,6 +332,20 @@ TBD TBD -## More +# More All computations in GN can be exposed through the API. + +# Implementation + +Currently the API is managed from three bases. First the main web server code base: + +* https://github.com/genenetwork/genenetwork2/blob/testing/wqflask/wqflask/api/router.py + +Next the GN3 code base which is all supposed to be REST API: + +* https://github.com/genenetwork/genenetwork3/tree/main/gn3/api + +Finally the SPARQL endpoint which is driven by RDF generated with + +* https://github.com/genenetwork/dump-genenetwork-database -- cgit v1.2.3