Revision 0a9dca7764648813a80778d2d2fb8ad6d86a14fd authored by Kim Rutherford on 23 April 2014, 08:08:55 UTC, committed by Kim Rutherford on 23 April 2014, 08:08:55 UTC
1 parent dcc4d57
Raw File
canto_local.yaml
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=local/track.sqlite3"

data_directory: "local"

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

# 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
back to top