Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python2.7
"""
Performs a web BLAST query against NR using DNA sequences read from a fasta
file, storing the results in a SQLite database.
Dependencies: BioPython
BioPython may be installed using the Python package index:
$ sudo easy_install -f http://biopython.org/DIST/ biopython