diff options
author | Pjotr Prins | 2023-06-28 06:29:40 -0500 |
---|---|---|
committer | Pjotr Prins | 2023-06-28 06:29:40 -0500 |
commit | d0d39ba5d598331342b144d833724cf296c07c26 (patch) | |
tree | 96d9d67bfbc064d524d9d5468a2557ed457f4015 | |
parent | 35015dae0b9174255eaeac247f5128483e00c9a6 (diff) | |
download | gn-docs-d0d39ba5d598331342b144d833724cf296c07c26.tar.gz |
Added API links to source code
-rw-r--r-- | api/questions-to-ask-GN.md | 16 |
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 |