A python script to convert blastxml output to fasta format
How to use the script:-
-
Download the xml_to_fasta.py to your computer
-
While running blast program on your computer choose "-outfmt 5" to produce output as blast xml format
-
Then run xml_to_fasta.py on command line as -- python xml_to_fasta.py blastoutput.xml output.fasta
-
Please install biopython module before using this script by running - pip install biopython
-
Enjoy! Thanks for using!