[Bioperl-guts-l] bioperl-live/Bio/SearchIO/XML BlastHandler.pm, 1.5, 1.6
Christopher John Fields
cjfields at dev.open-bio.org
Thu Nov 29 01:09:33 EST 2007
Update of /home/repository/bioperl/bioperl-live/Bio/SearchIO/XML
In directory dev.open-bio.org:/tmp/cvs-serv29182/Bio/SearchIO/XML
Modified Files:
BlastHandler.pm
Log Message:
more memory-friendly
Index: BlastHandler.pm
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/Bio/SearchIO/XML/BlastHandler.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** BlastHandler.pm 8 Feb 2007 13:36:10 -0000 1.5
--- BlastHandler.pm 29 Nov 2007 06:09:31 -0000 1.6
***************
*** 287,291 ****
# add to ResultI array
! push @{ $self->{'_result'} }, $rc if( $nm eq 'Iteration' );
# reset values for each Result round
if ($nm eq 'Iteration') {
--- 287,291 ----
# add to ResultI array
! $self->{'_result'} = $rc if( $nm eq 'Iteration' );
# reset values for each Result round
if ($nm eq 'Iteration') {
More information about the Bioperl-guts-l
mailing list