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
- Host: GitHub
- URL: https://github.com/sib-swiss/ngs-variants-training
- Owner: sib-swiss
- License: cc-by-4.0
- Created: 2020-11-09T11:30:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T07:57:24.000Z (6 months ago)
- Last Synced: 2025-03-28T07:41:37.291Z (2 months ago)
- Topics: course, gatk, ngs, ngs-analysis, teaching, training, tutorial, variant-calling
- Language: Shell
- Homepage: https://sib-swiss.github.io/NGS-variants-training/
- Size: 69.4 MB
- Stars: 25
- Watchers: 5
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README


[](https://doi.org/10.5281/zenodo.4668337)
[](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/)