diff options
-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. |