[Bioperl-guts-l] [Bug 1766] Retrieving hits in order in SearchIO
bugzilla-daemon at portal.open-bio.org
bugzilla-daemon at portal.open-bio.org
Fri Apr 1 11:41:56 EST 2005
http://bugzilla.open-bio.org/show_bug.cgi?id=1766
------- Additional Comments From jason at open-bio.org 2005-04-01 11:41 -------
It has something to do with how Steve implemented the PSI-BLAST parsing (which
is part of blast parsing now) with the IteratedResult parsing. I am not sure of
the exact fix right now but if you replace your while loop with a for loop on
hits() it will work correctly.
for my $hit ( $result->hits ) {
}
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the Bioperl-guts-l
mailing list