

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Project; Class: BIOINFO ALGS, DB, TOOLS; Subject: Computer Science; University: University of Maryland; Term: Spring 2007;
Typology: Study Guides, Projects, Research
1 / 2
This page cannot be seen from the preview
Don't miss anything!


CMSC423 Project 1 Handed out: 2/21/ Due: 3/14/
For this project you will have to create a program that takes as input a sequence and searches for all good alignments of this sequence inside a database, using the Smith- Waterman dynamic programming algorithm described in class.
Inputs:
Sample inputs: See syllabus page: http://www.cbcb.umd.edu/confcour/CMSC423-syllabus.shtml
Output format: See syllabus page: http://www.cbcb.umd.edu/confcour/CMSC423-syllabus.shtml
Submission: Email me and Behjat your code and a README file that describes how to compile, install, and run your code.
Grading! We will grade all aspects of the code, including how “pretty” it looks. Specifically pay attention to the following aspects:
Please contact me as soon as possible if you have any questions regarding this assignment, or if you “get stuck” and might not be able to complete the assignment on time. Once the assignment is due I will no longer accept any excuses.
Good Luck!