Skip to content

SynedraAcus/BinaryBlast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

A simple library for reading compiled protein BLAST databases in Python.
Currently assumes headers to be NCBI-compatible (ie conform to 'gi\|(\d+)\|'), but this will change in future

Usage:
from BinaryBlast import BinaryBlast
reader=BinaryBlast('foo/bar/baz')#Assumes baz.psq, baz.phr and baz.pin to exist
reader.get_seq(gi) #int

About

A library for reading compiled BLAST databases in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages