I have query sequence, Suppose query: NNNNNNNNNNNNNNNNNN
- Database 1: Homo sapien
- Database 2: Mycobacterium tuberculosis
I compared query sequence with above two Databases using Standalone BLAST individually and I got result as ex. Result1.txt
and Result 2.txt
. Now, I wanted to write a python programme which will store first 10 results of BLAST result from both files (Result1.txt
and Result2.txt
) in following format.
Query Homo sapien Mycobacterium tuberculosis
gi ID gi ID (1st compared seq.) gi ID (1st compared seq.)
Length Length Length
E-value E-value
Score Score
Somebody have any suggestions to store this information in above format.
Thank you
Duplicate of: BioPython : comparing same sequence with two different databases