e-value

Simon Brunning simon at brunningonline.net
Fri Jun 13 02:56:15 EDT 2008


On Fri, Jun 13, 2008 at 7:45 AM, Beema shafreen
<beema.shafreen at gmail.com> wrote:

> ...     gi, seq, e_value = line.strip().split('\t')

At this point, e_value contains a string value. You'll need to convert
it to a float before you can meaningfully compare it.

-- 
Cheers,
Simon B.
simon at brunningonline.net
http://www.brunningonline.net/simon/blog/
GTalk: simon.brunning | MSN: small_values | Yahoo: smallvalues | Twitter: brunns



More information about the Python-list mailing list