Skip to content
Snippets Groups Projects
Commit d575dea2 authored by Daniel Rios's avatar Daniel Rios
Browse files

split into more jobs to run quicker

parent 2962eede
No related branches found
No related tags found
No related merge requests found
......@@ -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){
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment