Skip to content
Snippets Groups Projects
Commit 2285d12f authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Change to the load_all() method:

    Allow aliases to also be specified in the 'default' section, but
    require that there must also be a 'species' setting in the same
    section.  Aliases will never be installed if there is no 'speices'
    setting in the current section.  The 'species' section may be
    inherited from the 'default' section.

    Example:

    [default]
    host    = db.example.com
    user    = anonymous
    species = Human
    alias   = H_Sapiens
    alias   = Homo_Sapiens
    alias   = Me

    [my_core_db]
    group   = core
    dbname  = homo_sapiens_core_45_36g

    [my_estgene_db]
    group   = estgene
    dbname  = homo_sapiens_estgene_29_35b
parent 998c9df9
No related branches found
No related tags found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment