Hi,
I am using blast+ for my blast.
I have created database from a fasta file and and I am blasting the same file against the database created.
I got the output in tabular format, with Query id, subject id and e-value.
Most of them would have e-value as 0, (as it is obvious)
other have output as:
Q1 Sub1 4e-08
Q1 Sub2 9e-45
can I compare 4e-08 and 9e-45 in perl?
Please help me.
how do I get the second best hit from this?
I am using blast+ for my blast.
I have created database from a fasta file and and I am blasting the same file against the database created.
I got the output in tabular format, with Query id, subject id and e-value.
Most of them would have e-value as 0, (as it is obvious)
other have output as:
Q1 Sub1 4e-08
Q1 Sub2 9e-45
can I compare 4e-08 and 9e-45 in perl?
Please help me.
how do I get the second best hit from this?
Comment