Skip to content

Commit

Permalink
quick temp.fix: make sure we do not call a no-longer-existent pipelin…
Browse files Browse the repository at this point in the history
…e_name() method ( -pipeline_name class default still ignored )
  • Loading branch information
ens-lg4 committed Dec 14, 2016
1 parent 265f2aa commit 5ef0896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Bio/EnsEMBL/Hive/PipeConfig/EnsemblGeneric_conf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ sub default_options {
'rel_suffix' => '', # an empty string by default, a letter otherwise
'rel_with_suffix' => $self->o('ensembl_release').$self->o('rel_suffix'),

'pipeline_name' => $self->pipeline_name().'_'.$self->o('rel_with_suffix'),
'pipeline_name' => $self->processed_pipeline_name().'_'.$self->o('rel_with_suffix'),

'user' => $ENV{'EHIVE_USER'} || 'ensadmin',
'password' => $ENV{'EHIVE_PASS'} // $ENV{'ENSADMIN_PSW'} // $self->o('password'), # people will have to make an effort NOT to insert it into config files like .bashrc etc
Expand Down

0 comments on commit 5ef0896

Please sign in to comment.