Skip to content

SGBC/course

Folders and files

NameName
Last commit message
Last commit date
Jan 7, 2019
Mar 7, 2019
Mar 5, 2019
Feb 2, 2018
Jan 26, 2018
Jan 17, 2018
Jan 17, 2018
Jan 16, 2018
Jan 8, 2019
Apr 15, 2019
Dec 17, 2018
Jan 29, 2018
Mar 6, 2019

Repository files navigation

Bioinformatics Course

Resources for our bioinformatics course

Development

First install mkdocs (and the theme) in a virtual environment

With virtualenv

virtualenv mkdocs_env
source mkdocs_env/bin/activate
pip install mkdocs
pip install mkdocs-cinder

With pipenv

pipenv install

Then clone the directory

git clone https://github.com/SGBC/course.git
cd course
git submodule foreach git pull

The lessons are located in the docs/ directory. For the lessons under docs/tutorials/ the development is happening at https://github.com/HadrienG/tutorials

For a live preview in your browser do

mkdocs serve &
# pipenv run dev

Deployment

From the (up-to-date) master branch, do

mkdocs gh-deploy
# pipenv run deploy

Contributing

Please see how to contribute here

License

This work is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit http://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.