Harvard:Biophysics 101/2007/Notebook:Kaull/2007-3-20
From OpenWetWare
Jump to navigationJump to search
For the common good:
Here is the BLAST output for the example sequence given to us on Mar 13:
To use it:
import pickle
b_file = open("blastdata.txt", "r")
b_results = pickle.load(b_file)