Skip to content

hopanoid/blastxmltofasta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

blastxmltofasta

A python script to convert blastxml output to fasta format

How to use the script:-

  1. Download the xml_to_fasta.py to your computer

  2. While running blast program on your computer choose "-outfmt 5" to produce output as blast xml format

  3. Then run xml_to_fasta.py on command line as -- python xml_to_fasta.py blastoutput.xml output.fasta

  4. Please install biopython module before using this script by running - pip install biopython

  5. Enjoy! Thanks for using!

About

A python script to convert blastxml output to fasta format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages