Python script using the Biopython BLAST module to parse the output of a multifasta BLAST search. The search should be saved in XML format which the script takes as input.
Example usage:
python blast_xml_parser.py up_genes_blast.xml # prints to screen
python blast_xml_parser.py up_genes_blast.xml > output_file.txt # saves output