carlcrott / hg_bioinfor_tutorials

:books: Various bioinformatics tutorials

Home Page:https://hadrieng.github.io/tutorials/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorials

This repository contains basic tutorials and walkthroughs on various bioinformatics subjects:

Dev

First clone the repository and install mkdocs and the theme using pipenv

git clone https://github.com/HadrienG/tutorials.git
cd tutorials
pipenv install

For a live preview in your browser do

pipenv run dev

Deploy

The following command will build and push your website to a gh-pages branch. Only do this if you want your own version of the website! If you are modifying the original, please open a pull request.

pipenv run deploy

About

:books: Various bioinformatics tutorials

https://hadrieng.github.io/tutorials/

License:Other