From 300c2e8defecd1fef0447a84bacba28e5923ff93 Mon Sep 17 00:00:00 2001 From: Glenn Proctor <gp1@sanger.ac.uk> Date: Fri, 23 Mar 2007 12:04:48 +0000 Subject: [PATCH] Tweak to GO job naming. Updated for release 44. --- 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 17ee78f820..61465e4364 100644 --- a/misc-scripts/xref_projection/submit_projections.pl +++ b/misc-scripts/xref_projection/submit_projections.pl @@ -4,13 +4,13 @@ use strict; # Remember to check/set the various config optons # ------------------------------ config ------------------------------- -my $release = 43; +my $release = 44; my $base_dir = "/lustre/work1/ensembl/gp1/projections/"; -my $conf = "release_43.conf"; # registry config file +my $conf = "release_44.conf"; # registry config file -my $compara = "ensembl_compara_43"; # name in registry file +my $compara = "ensembl_compara_44"; # name in registry file # -------------------------- end of config ---------------------------- @@ -60,7 +60,7 @@ $opts .= " -nobackup"; foreach my $to ("mouse", "rat", "dog", "chicken", "cow") { $o = "$dir/go_human_$to.out"; $e = "$dir/go_human_$to.err"; - $n = substr("g_hum_to", 0, 10); + $n = substr("g_hum_$to", 0, 10); system "bsub -o $o -e $e -J $n perl project_display_xrefs.pl $opts -from human -to $to -go_terms -delete_go_terms"; } -- GitLab