Re: mg-rast Bug with micro-jobs
28 Jan
2008
28 Jan
'08
4:18 p.m.
and most are causing havoc, too, because the meta.xml file is not being locked properly! On Jan 28, 2008, at 1:39 PM, Robert Olson wrote:
There's a current flood of tiny jobs (one had 3 reads) in the mgrast server. Some are failing during sims postprocess in this code:
sub handle_block { my($block, $n) = @_;
my @b = sort { $a->[4] <=> $b->[4] } @$block;
for (my $i = 0; $i < $n; $i++) { my($id1, $id2, $genome) = @{$b[$i]};
My guess is that this is because the blocks are singletons:
Looking through 1 hits Can't use an undefined value as an ARRAY reference at /vol/ metagenome-48-hour/FIGdisk.backend.prod/FIG/bin/ summarize_taxonomy_by_blast line 226.
--bob
6807
Age (days ago)
6807
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rob Edwards