Skip to content

Biopython parser for XML output of multifasta BLAST search

Notifications You must be signed in to change notification settings

s-meaden/blast_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Biopython parser for XML output of multifasta BLAST search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages