Dear all: Does any of you know how to parse a BLAST output in EBI XML format? - I performed many local Blasts (blastp) using Uniref90 as database, now what I have is a xml file with all the results that I'd like to parse, but I don't know how. Can anyone please give me a clue about how to do this in Biopython?
Thanks a lot
did you try xslt instead of python ? BLAST stylesheet ; Extract 100 downstream sequence of the aligned sequence of blast. ; How to capture the Blast result in a string variable to save in a database using BioPerl ; tools parsing NCBI blast -m 7 xml output format? ; Taking only aligned sequences in a BLAST
No haven't heard about that before. I'll check it out. Thanks