From 76e0f83fda129868984c3d6315fa468ff8c90910 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 15 Sep 2021 08:55:16 -0500 Subject: tasks --- tasks/pjotrp.gmi | 11 +++++++++++ topics/systems/gn-services.gmi | 17 +++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 tasks/pjotrp.gmi create mode 100644 topics/systems/gn-services.gmi diff --git a/tasks/pjotrp.gmi b/tasks/pjotrp.gmi new file mode 100644 index 0000000..97b8889 --- /dev/null +++ b/tasks/pjotrp.gmi @@ -0,0 +1,11 @@ +# Pjotr tasks + +## Tags + +* kanban: pjotrp + +## Tasks + +* GN3: make sure GN3 services are running +=> ../topics/systems/gn-services.gmi +* GN2: add link to wikidata gene aliases 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