Entering edit mode
10.1 years ago
sukeshssk
▴
10
I compared query sequence with two different genomes( Genome1 and Genome 2) individually using Standalone BLAST and saved in two different files. Now, I wanted to store these information in following format using python.
Query Genome 1 Genome 2
gi ID gi ID 1 gi ID 2
Length Length Length
E-value E-value
Score Score
Somebody have any suggestions to store this information in above format.
Thank you