From 33afb9d179983b0a2bc3319fde7b7e4929edb3c6 Mon Sep 17 00:00:00 2001
From: Glenn Proctor <gp1@sanger.ac.uk>
Date: Thu, 14 Feb 2008 08:57:57 +0000
Subject: [PATCH] Fix job naming.

---
 misc-scripts/ebi_search_dump/dump_ebi.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/misc-scripts/ebi_search_dump/dump_ebi.pl b/misc-scripts/ebi_search_dump/dump_ebi.pl
index e4bdabe2e2..2fc9729f98 100644
--- a/misc-scripts/ebi_search_dump/dump_ebi.pl
+++ b/misc-scripts/ebi_search_dump/dump_ebi.pl
@@ -101,7 +101,7 @@ sub submit {
 
   my $g = ($nogzip) ? "-nogzip" : '';
 
-  system "bsub -o $o -e $e -J $dbname perl dump_ebi.pl -user $user -host $host $p -port $port -dbpattern $dbname $g";
+  system "bsub -o $o -e $e -J $n perl dump_ebi.pl -user $user -host $host $p -port $port -dbpattern $dbname $g";
 
 }
 
-- 
GitLab