https://github.com/sib-swiss/sequencing-data-analysis-training
SIB course that introduces analysis of NGS data
https://github.com/sib-swiss/sequencing-data-analysis-training
course ngs-analysis teaching training tutorial
Last synced: 3 days ago
JSON representation
SIB course that introduces analysis of NGS data
- Host: GitHub
- URL: https://github.com/sib-swiss/sequencing-data-analysis-training
- Owner: sib-swiss
- License: cc-by-4.0
- Created: 2020-10-21T13:02:47.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T09:50:46.000Z (8 days ago)
- Last Synced: 2026-01-15T15:36:37.963Z (8 days ago)
- Topics: course, ngs-analysis, teaching, training, tutorial
- Language: Shell
- Homepage: https://sib-swiss.github.io/sequencing-data-analysis-training/
- Size: 72.5 MB
- Stars: 17
- Watchers: 7
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Zenodo: .zenodo.json
Awesome Lists containing this project
README


[](https://zenodo.org/badge/latestdoi/306026370)
[](https://creativecommons.org/licenses/by-sa/4.0/)
Hosted at: [sib-swiss.github.io/sequencing-data-analysis-training](https://sib-swiss.github.io/sequencing-data-analysis-training)
# NGS introduction 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/)