blob: 6f9f7fd09facd3ad4133f630e5b8af70f0ff8102 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# GN Services
## Tags
* type: documentation
* status: in progress
* keywords: gn services, documentation
## Description
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.
|