Skip to content
Snippets Groups Projects
Commit 778c5fa6 authored by Steve Trevanion's avatar Steve Trevanion
Browse files

correct location of default configuration file

parent 911be8a4
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
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