https://github.com/sib-swiss/ngs-introduction-training
SIB course that introduces analysis of NGS data
https://github.com/sib-swiss/ngs-introduction-training
course ngs-analysis teaching training tutorial
Last synced: 9 months ago
JSON representation
SIB course that introduces analysis of NGS data
- Host: GitHub
- URL: https://github.com/sib-swiss/ngs-introduction-training
- Owner: sib-swiss
- License: cc-by-4.0
- Created: 2020-10-21T13:02:47.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T14:05:15.000Z (9 months ago)
- Last Synced: 2025-04-04T15:23:00.105Z (9 months ago)
- Topics: course, ngs-analysis, teaching, training, tutorial
- Language: Shell
- Homepage: https://sib-swiss.github.io/NGS-introduction-training/
- Size: 52.8 MB
- Stars: 16
- Watchers: 7
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)