From 778c5fa6e91cac2e7a751b5a3fd8b15c1b24c2fd Mon Sep 17 00:00:00 2001 From: Steve Trevanion <st3@sanger.ac.uk> Date: Mon, 26 Sep 2005 11:47:08 +0000 Subject: [PATCH] correct location of default configuration file --- modules/Bio/EnsEMBL/Utils/ConversionSupport.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm b/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm index 5251d7cab6..2c89aef37e 100644 --- a/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm +++ b/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm @@ -115,7 +115,7 @@ sub parse_common_options { ); # reads config file - my $conffile = $h{'conffile'} || $self->serverroot . "/conf/Conversion.ini"; + my $conffile = $h{'conffile'} || $self->serverroot . "/sanger-plugins/vega/conf/ini-files/Conversion.ini"; $conffile = abs_path($conffile); if (-e $conffile) { open(CONF, $conffile) or throw( -- GitLab