https://github.com/miso-lims/miso-lims
MISO: An open-source LIMS for NGS sequencing centres
https://github.com/miso-lims/miso-lims
docker genomics lims
Last synced: 4 months ago
JSON representation
MISO: An open-source LIMS for NGS sequencing centres
- Host: GitHub
- URL: https://github.com/miso-lims/miso-lims
- Owner: miso-lims
- License: gpl-3.0
- Created: 2012-06-20T13:17:28.000Z (about 14 years ago)
- Default Branch: develop
- Last Pushed: 2026-02-06T16:47:24.000Z (5 months ago)
- Last Synced: 2026-02-06T21:56:31.821Z (5 months ago)
- Topics: docker, genomics, lims
- Language: Java
- Homepage: https://miso-lims.readthedocs.io
- Size: 130 MB
- Stars: 290
- Watchers: 14
- Forks: 125
- Open Issues: 21
-
Metadata Files:
- Readme: docs/README.md
- Changelog: changes/Fix_editArrayLoading.md
- Contributing: CONTRIBUTING.md
- License: license.md
Awesome Lists containing this project
README
# MISO Github pages
Documentation: https://miso-lims.readthedocs.io
MISO's documentation is built with [mkdocs](https://www.mkdocs.org/)
and hosted by [readthedocs](https://www.mkdocs.org/).
## Prerequisites
Install [mkdocs](https://www.mkdocs.org/#installation).
## Test and deploy locally
To test out changes locally, run:
```
mkdocs serve -f .mkdocs.yml
```
The pages will be likely be hosted at [http://127.0.0.1:8000](http://127.0.0.1:8000),
though be sure to check the output in case it hosts at another address or port.
## Readthedocs configuration
Configuration for readthedocs is located in
[../.readthedocs.yml](../.readthedocs.yml). It should build automatically.
Launch a build manually (or do other configuration) by going to
[https://readthedocs.org/projects/miso-lims/](https://readthedocs.org/projects/miso-lims/).