-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
55 lines (55 loc) · 1.23 KB
/
settings.json
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
48
49
50
51
52
53
54
55
{
"name": "gws_biota",
"author": "Gencovery",
"author_email": "admin@gencovery.com",
"version": "0.7.0",
"description": "The Biological and Omics Database for Gencovery Web Services",
"variables": {
"gws_biota:biodata_dir": "/data/${CURRENT_BRICK}/biodata/",
"gws_biota:testdata_dir": "${CURRENT_DIR}/tests/testdata"
},
"technical_info": {
"MARIA_DB_URL": "https://storage.gra.cloud.ovh.net/v1/AUTH_a0286631d7b24afba3f3cdebed2992aa/gws_biota/db/0.6.0/mariadb.zip"
},
"environment": {
"bricks": [
{
"name": "gws_core",
"version": "0.8.0"
}
],
"pip": [
{
"source": "https://pypi.python.org/simple",
"packages": [
{
"name": "biopython",
"version": "1.79"
},
{
"name": "pronto",
"version": "2.5.7"
},
{
"name": "ujson",
"version": "5.10.0"
},
{
"name": "pyparsing",
"version": "3.0.6"
}
]
}
],
"git": [
{
"source": "https://github.com/Constellab",
"packages": [
{
"name": "brendapy"
}
]
}
]
}
}