From bad8b790b06cc1ca375b1d1a25ed6b7e38f86163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Kusalananda=20K=C3=A4h=C3=A4ri?= <ak4@sanger.ac.uk> Date: Tue, 13 Oct 2009 13:19:29 +0000 Subject: [PATCH] *** empty log message *** --- misc-scripts/xref_projection/submit_projections.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/misc-scripts/xref_projection/submit_projections.pl b/misc-scripts/xref_projection/submit_projections.pl index eede9291c9..3cdb4624f9 100644 --- a/misc-scripts/xref_projection/submit_projections.pl +++ b/misc-scripts/xref_projection/submit_projections.pl @@ -11,10 +11,10 @@ my $base_dir = "/lustre/scratch103/ensembl/rjk/projections/"; my $conf = "release_56.ini"; # registry config file, specifies Compara location # location of other databases -my $host = "ens-staging"; -my $port = 3306; -my $user = "ensadmin"; -my $pass = "ensembl"; +my $host = "xxx"; +my $port = "xxx"; +my $user = "xxx"; +my $pass = "xxx"; # load limit for ens-staging MySQL instance above which jobs won't be started my $limit = 200; -- GitLab