diff options
Diffstat (limited to 'topics')
-rw-r--r-- | topics/systems/gn-services.gmi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/topics/systems/gn-services.gmi b/topics/systems/gn-services.gmi new file mode 100644 index 0000000..334bb5c --- /dev/null +++ b/topics/systems/gn-services.gmi @@ -0,0 +1,17 @@ +# GN Services + +In addition to gn1 and gn2 we have 3 running gn3 services: + +1. gn-proxy - deployed as gn3 user in production + +curl localhost:8080/version +{"version":"0.2.1"} + +2. gn3 aliases + +curl http://localhost:8000/gene/aliases/BRCA2 +["FACD","FAD","FANCD","BROVCA2","FAD1","FANCD1","BRCC2","GLM3","PNCA2","XRCC11"] + +3. genenetwork3 (python3) + +And then there are mariadb and redis. |