An open API service indexing awesome lists of open source software.

https://github.com/sib-swiss/ngs-variants-training

GitHub for the SIB courses NGS - Genome variant analysis
https://github.com/sib-swiss/ngs-variants-training

course gatk ngs ngs-analysis teaching training tutorial variant-calling

Last synced: about 2 months ago
JSON representation

GitHub for the SIB courses NGS - Genome variant analysis

Awesome Lists containing this project

README

        

![build workflow](https://github.com/sib-swiss/NGS-variants-training/actions/workflows/docker-image.yml/badge.svg)
![GitHub Release Date](https://img.shields.io/github/release-date/sib-swiss/ngs-variants-training)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4668337.svg)](https://doi.org/10.5281/zenodo.4668337)
[![License: CC BY-SA 4.0](https://img.shields.io/badge/License-CC_BY--SA_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-sa/4.0/)

Hosted at: [https://sib-swiss.github.io/NGS-variants-training/](https://sib-swiss.github.io/NGS-variants-training/)

# Course website

This website is generated with [MkDocs](https://www.mkdocs.org/), with the theme [Material](https://squidfunk.github.io/mkdocs-material/).

To host it locally, install MkDocs:
```bash
pip install mkdocs
```

and Material:
```bash
pip install mkdocs-material
```

Host it with:
```bash
mkdocs serve
```

Check it out with your browser at [http://localhost:8000/](http://localhost:8000/)