Tagged Questions
0
votes
2answers
1k views
BioPython: extracting sequence IDs from a Blast output file
I have a BLAST output file in XML format. It is 22 query sequences with 50 hits reported from each sequence. And I want to extract all the 50x22 hits. This is the code I currently have, but it only ...