-
Notifications
You must be signed in to change notification settings - Fork 7
/
canto_local.yaml
53 lines (41 loc) · 1.25 KB
/
canto_local.yaml
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
long_name: PomBase community curation application
database_name: PomBase
database_url: 'http://www.pombase.org/'
Model::TrackModel:
schema_class: 'Canto::TrackDB'
connect_info:
- "dbi:SQLite:dbname=t/data/track_curs_annotations_2_test_template.sqlite3"
data_directory: "t/data"
Model::ChadoModel:
schema_class: 'Canto::ChadoDB'
connect_info:
- "dbi:SQLite:dbname=t/data/chado_test_db.sqlite3"
email:
from_address: noreply@curation.pombase.org
admin_address: kmr44@cam.ac.uk
instance_organism:
taxonid: 4896
instance_front_mhtml: /docs/pombase_instance_front.mhtml
instance_index_mhtml: /docs/pombase_index.mhtml
extra_css: /static/css/test_style.css
front_page_title: 'Welcome to Canto the PomBase community curation tool'
front_page_template: local/pombase_front.mhtml
default_local_page: pombase_front
extension_conf_files:
- t/data/extension_config.tsv
# restrict the list of annotation types
#enabled_annotation_type_list:
# - molecular_function
# - biological_process
# - cellular_component
implementation_classes:
ontology_annotation_adaptor: Canto::Chado::OntologyAnnotationLookup
annotation_types:
molecular_function:
evidence_codes:
- ISS
cache:
memcached:
servers:
- 127.0.0.1:11211
canto_offline: 0