Skip to content

Commit

Permalink
better naming
Browse files Browse the repository at this point in the history
  • Loading branch information
meren committed Apr 2, 2012
1 parent 716c36d commit d5e74f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/blast_interface.py
Expand Up @@ -20,7 +20,7 @@
print "This script requires BioPython (http://biopython.org/wiki/Biopython) to be installed."
sys.exit()

def blast(sequence, output_file = None):
def blast_search(sequence, output_file = None):
result_handle = NCBIWWW.qblast("blastn", "nt", sequence)

result = result_handle.read()
Expand Down

0 comments on commit d5e74f3

Please sign in to comment.