From 76e0f83fda129868984c3d6315fa468ff8c90910 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 15 Sep 2021 08:55:16 -0500 Subject: tasks --- topics/systems/gn-services.gmi | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 topics/systems/gn-services.gmi (limited to 'topics/systems/gn-services.gmi') 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. -- cgit v1.2.3