Skip to content

jbloom/GenomeSciences541

Repository files navigation

Jesse Bloom's Genome Sciences 541 materials

README for the GenomeSciences541 GitHub repository.

This repository was created by Jesse Bloom.

This repository contains materials for Jesse Bloom's lectures in the University of Washington's Genome Sciences 541 class

Making the slides

These slides are written in reStructuredText and compiled with hieroglyph (a Python package).

To compile the slides, you need to first install hieroglyph on your computer:

easy_install hieroglyph

and then make the slides with:

make slides

The slides are in the home directory, while the source is in the ./source/ subdirectory.

When this repository is pushed to the gh_pages branch of the GenomeSciences541 GitHub repository, the slides will become available on GitHub Pages.

For example, a file named ./source/lecture_1.rst will compile to lecture_1.html with the make slides command, and after the pushing to the GenomeSciences541 GitHub repository, the slides will be available for viewing at http://jbloom.github.io/GenomeSciences541/lecture_1.html.

Advance through the slides with the arrow keys or space bar.