From d575dea2e37b087358c4d117d17e3df3892b228f Mon Sep 17 00:00:00 2001 From: Daniel Rios <dr2@sanger.ac.uk> Date: Thu, 7 Aug 2008 08:40:55 +0000 Subject: [PATCH] split into more jobs to run quicker --- misc-scripts/translation_attribs_wrapper.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-scripts/translation_attribs_wrapper.pl b/misc-scripts/translation_attribs_wrapper.pl index d1893f49ce..468f68ee78 100644 --- a/misc-scripts/translation_attribs_wrapper.pl +++ b/misc-scripts/translation_attribs_wrapper.pl @@ -122,7 +122,7 @@ if (defined $pepstats_only){ if (defined $met_and_stop_only){ $options .= "--met_and_stop_only " } -my @ranges = ('^[a-c]','^[d-g]','^[h-m]','^[n-r]','^[s-z]'); +my @ranges = ('^[a-b]','^[c-d]','^[e-f]','^[g-h]','^[i-m]','^[n-p]','^[q-r]','^[s-t]','^[u-z]'); my $core_db = ".*core_$release\_.*"; my $call; foreach my $pattern (@ranges){ -- GitLab