diff options
author | Pjotr Prins | 2021-09-15 08:55:16 -0500 |
---|---|---|
committer | Pjotr Prins | 2021-09-15 08:55:16 -0500 |
commit | 76e0f83fda129868984c3d6315fa468ff8c90910 (patch) | |
tree | 36ce2be0effd37f4e2fb8f73ed76a5529604d3e6 | |
parent | c9a8663ee8b5bb7e2dcda6d443c07f32e977f95a (diff) | |
download | gn-gemtext-76e0f83fda129868984c3d6315fa468ff8c90910.tar.gz |
tasks
-rw-r--r-- | tasks/pjotrp.gmi | 11 | ||||
-rw-r--r-- | topics/systems/gn-services.gmi | 17 |
2 files changed, 28 insertions, 0 deletions
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. |