From: Jeetendra S. <so...@vb...> - 2005-04-19 19:06:52
|
Hi all, I am loading some Blast results using LoadBlastSimFast plugin. There's a slight problem in loading the subjects/hsps when the evalue is 0. When the evalue is 0, the plugin loads mantissa and exponent values as 1. In the source code, it splits the e-value string using 'e' as the delimiter, and when the values are not initialized (or they are 0), it defaults both mantissa and exponent to 1. Any comments/thoughts would be appreciated. Thanks, Jeetendra. |