On Fri, Jun 13, 2008 at 7:45 AM, Beema shafreen
<[EMAIL PROTECTED]> 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.
[EMAIL PROTECTED]
htt
Hi all,
I have file which includes the e_value
i want to fetch the lines if the line with the e_value which is less than
0.01
so I have script but it doesn't work. can you please tell me is this the
right way. The script does not end up with any error. It work if is give the
condition evalue > 0.0