-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexample.ini
43 lines (34 loc) · 1.07 KB
/
example.ini
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
[DATABASE]
DB_HOST = localhost
DB_PORT = 3306
DB_USER = anonymous
DB_PASS =
DB_SESSION_HOST = localhost
DB_SESSION_PORT = 3306
DB_SESSION_USER = ensrw
DB_SESSION_PASS = ensrwpassword
DB_FALLBACK_HOST = ensembldb.ensembl.org
DB_FALLBACK_PORT = 3306
DB_FALLBACK_USER = anonymous
DB_FALLBACK_PASS =
DB_FALLBACK2_HOST =
DB_FALLBACK2_PORT =
DB_FALLBACK2_USER =
DB_FALLBACK2_PASS =
[ENSEMBL_USER]
WEB_USER_NAME =
WEB_USER_PASS =
[REPOSITORIES]
ENSEMBL_URL = https://github.com/Ensembl
ENSEMBL_BRANCH = release/84
BIOPERL_URL = https://github.com/bioperl
BIOPERL_BRANCH = master
PUBLIC_PLUGINS = [ ensembl|EnsEMBL::Ensembl genoverse|EnsEMBL::Genoverse ]
[WEBSITE]
HTTP_PORT = 8080
SERVER_ROOT = /ensembl
[DATA_SOURCE]
SPECIES_DBS = [ homo_sapiens_core_84_38 mus_musculus_core_84_38 ]
SPECIES_DB_AUTO_EXPAND = [ cdna funcgen otherfeatures rnaseq variation vega ]
MULTI_DBS = [ ensembl_ancestral_84 ensembl_stable_ids_84 ensembl_ontology_84 ensembl_production_84 ensembl_archive_84 ensembl_website_84 ]
COMPARA_DBS = [ ensembl_compara_84 ]