Skip to content

biod/biod.github.io

Repository files navigation

BioD

BioD is an open source library for computational biology and bioinformatics.

Running locally and Deploying

git clone https://github.com/biod/biod.github.io
cd biod.github.io/
git checkout source
rake preview
rake generate
rake deploy

Note: Don't push any changes to master unless using rake deploy.