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. Your program should use the BLOSUM62 scoring matrix and -26 as the gap penalty. Submit one .py file 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/s16/bnfo/236/002/ Use the Unix command cp .py /afs/cad/courses/bnfo/s16/bnfo/236/002// DUE DATE: 1:00pm, February 23rd, 2016 Good luck!