Skip to content
Snippets Groups Projects
Commit ce670f81 authored by Glenn Proctor's avatar Glenn Proctor
Browse files

Don't specify (or have to configure) Compara database on command line any more.

parent 78ec85e4
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,6 @@ my $base_dir = "/lustre/work1/ensembl/gp1/projections/";
my $conf = "release_45.conf"; # registry config file
my $compara = "bb2_ensembl_compara_45"; # name in registry file
# -------------------------- end of config ----------------------------
# check that base directory exists
......@@ -28,7 +26,7 @@ if (! -e $dir) {
}
# common options
my $opts = "-conf $conf -compara $compara -release $release -quiet";
my $opts = "-conf $conf $compara -release $release -quiet";
my ($o, $e, $n);
......
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