aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorPjotr Prins2023-06-28 06:29:40 -0500
committerPjotr Prins2023-06-28 06:29:40 -0500
commitd0d39ba5d598331342b144d833724cf296c07c26 (patch)
tree96d9d67bfbc064d524d9d5468a2557ed457f4015 /api
parent35015dae0b9174255eaeac247f5128483e00c9a6 (diff)
downloadgn-docs-d0d39ba5d598331342b144d833724cf296c07c26.tar.gz
Added API links to source code
Diffstat (limited to 'api')
-rw-r--r--api/questions-to-ask-GN.md16
1 files changed, 15 insertions, 1 deletions
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