usebase('Bio::EnsEMBL::Hive::PipeConfig::HiveGeneric_conf');# All Hive databases configuration files should inherit from HiveGeneric, directly or indirectly
sub default_options{
my($self)=@_;
return{
'ensembl_cvs_root_dir'=>$ENV{'HOME'}.'/work',# some Compara developers might prefer $ENV{'HOME'}.'/ensembl_main'
'pipeline_name'=>'apply_to_databases',# name used by the beekeeper to prefix job names on the farm
'pipeline_db'=>{# connection parameters
-host=>'compara3',
-port=>3306,
-user=>'ensadmin',
-pass=>$self->o('password'),# a rule where a previously undefined parameter is used (which makes either of them obligatory)
-dbname=>$ENV{USER}.'_'.$self->o('pipeline_name'),# a rule where a previously defined parameter is used (which makes both of them optional)
},
'source_server1'=>{
-host=>'ens-staging',
-port=>3306,
-user=>'ensro',
-pass=>'',
},
'source_server2'=>{
-host=>'ens-staging2',
-port=>3306,
-user=>'ensro',
-pass=>'',
},
'only_databases'=>'%\_core\_%',# use '%' to get a list of all available databases