diff --git a/misc-scripts/xref_projection/submit_projections.pl b/misc-scripts/xref_projection/submit_projections.pl index 17ee78f8204794195a36cfa32440ef8ec3c75a83..61465e436406f69d654ef6d224dcb5c8ab22c9d5 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"; }