Skip to content
Snippets Groups Projects
Commit e00bdecc authored by Andy Yates's avatar Andy Yates
Browse files

Setting up defaults

parent 6bfd5464
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,10 @@ sub args {
mdatabase => 'ensembl_production',
# Taxonomy database location:
thost => 'ens-staging1',
thost => 'ens-livemirror',
tuser => 'ensro',
tport => 3306,
tdatabase => 'ncbi_taxonomy',
# User database location (default values):
port => 3306,
......@@ -396,10 +397,6 @@ User for the production database
Pass for the production database
=item B<-td|--tdatabase>
Database name for the production database
=item B<-th|--thost>
Host for the taxonomy database
......@@ -416,10 +413,6 @@ User for the taxonomy database
Pass for the taxonomy database
=item B<-tp|--tpass>
Pass for the taxonomy database
=item B<-td|--tdatabase>
Database name for the taxonomy database
......
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