Write a Python program that takes as input a query and database sequence file both in FASTA format and prints the global and local alignment scores of the query against every sequence in the database. Optional: Use the BLOSUM62 scoring matrix and -20 as the gap penalty. Submit your dbsearch.py and alignment_function.py files containing your solution. You may test your program on the data given on the class website. HOW TO SUBMIT YOUR ASSIGNMENT: Copy your solution to your course directory /afs/cad/courses/bnfo/s17/bnfo/236/002/ Use the Unix command cp .py /afs/cad/courses/bnfo/s17/bnfo/236/002// Alternatively open your H drive from any Windows machine on campus and copy your solutions there into the directory link called s17.bnfo236.002. DUE DATE: 11:30am, February 28th, 2017 Good luck!