This is an archived file from the Spring 2022 version of the course.
See the current course website for a more recent version.

Project 1: Assembling Genomes

Due: Tuesday, 8 February, 4:59pm

To get started on Project 1, one of the team members should fork this github repo: https://github.com/computingbiology/Project-1-Genome-Assembly.

The file, project1.ipynb in the repository is a jupyter notebook that has the assignment and is where you will enter your answers.

You’ll be able to get started on the assignment by running: jupyter notebook project1.ipynb.

If you don’t have Jupyter installed, you’ll need to install this first: pip install jupyterlab or see https://jupyter.org/install for more details and other options.