From 6d46783ddc10d8d464d0e1ae7644dedb24e4e529 Mon Sep 17 00:00:00 2001
From: Glenn Proctor <gp1@sanger.ac.uk>
Date: Mon, 11 Aug 2008 16:28:27 +0000
Subject: [PATCH] More informative output.

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

diff --git a/misc-scripts/xref_projection/submit_projections.pl b/misc-scripts/xref_projection/submit_projections.pl
index 575c02b1ff..3ccd8a9e57 100644
--- a/misc-scripts/xref_projection/submit_projections.pl
+++ b/misc-scripts/xref_projection/submit_projections.pl
@@ -120,7 +120,7 @@ foreach my $pair (@names_and_go) {
   $e = "$dir/names_${from}_$to.err";
   $n = substr("n_${from}_$to", 0, 10); # job name display limited to 10 chars
   my $all = ($from eq "human") ? "" : "--all_sources"; # non-human from species -> use all sources
-  print "Submitting name projection from $from to $to\n";
+  print "Submitting name and GO term projection from $from to $to\n";
   system "bsub $bsub_opts -o $o -e $e -J $n perl project_display_xrefs.pl $script_opts -from $from -to $to -names -delete_names -go_terms -delete_go_terms -no_database $all";
 }
 
-- 
GitLab