blob: 7c032bdc8fe10b52f542c0c69f3c101ba870ca9f (
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
# 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"]
curl https://luna.genenetwork.org/gn3/
[ "Hello GeneNetwork3!" ]
```
3. genenetwork3 (python3)
```
curl localhost:8087/api/version
"1.0"
```
On epysode it is running on 8081
## Notes
We track services now on
=> https://rabbit.genenetwork.org/sheepdog/index.html
## See also
=> orchestration.gmi
|