Skip to content
Snippets Groups Projects
Commit e1aeaa14 authored by Vermaat's avatar Vermaat
Browse files

Fix missing fields in example config

git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@703 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
parent 0bc53d34
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,10 @@ lrgurl = "ftp://ftp.ebi.ac.uk/pub/databases/lrgex/"
internalDb = "mutalyzer"
# MySQL mapping database names.
dbNames = "hg18", "hg19"
dbNames = "hg18", "hg19", "mm10"
# Default mapping database.
defaultDb = "hg19"
# MySQL username for the local databases (internalDb and dbNames).
LocalMySQLuser = "mutalyzer"
......@@ -48,6 +51,13 @@ LocalMySQLhost = "localhost"
# which is always on. See Trac issue #91.
autoReconnect = no
# Number of days a cached transcript->protein link from the NCBI is valid.
proteinLinkLifetime = 30
# Number of days a cached nonexisting transcript->protein link from the NCBI
# is valid.
proteinLinkNoneLifetime = 5
#
# These settings are used by the Output module.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment