https://github.com/cnag-biomedical-informatics/omicsdm-documentation
OmicsDM documentation
https://github.com/cnag-biomedical-informatics/omicsdm-documentation
Last synced: 3 months ago
JSON representation
OmicsDM documentation
- Host: GitHub
- URL: https://github.com/cnag-biomedical-informatics/omicsdm-documentation
- Owner: CNAG-Biomedical-Informatics
- Created: 2024-12-05T15:22:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-28T15:08:11.000Z (6 months ago)
- Last Synced: 2025-11-30T21:10:11.262Z (6 months ago)
- Language: Makefile
- Homepage:
- Size: 24.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repository to build the OmicsDM documentation
[](https://github.com/cnag-biomedical-informatics/omicsdm-documentation/actions/workflows/deploy.yml)
**Live at**: https://cnag-biomedical-informatics.github.io/omicsdm-documentation
This repository contains the source files to build the documentation
for the OmicsDM data warehouse solution
developed for the 3TR project (https://www.3tr-imi.eu).
The source code for the server and client can be found in the following repositories:
- https://github.com/CNAG-Biomedical-Informatics/omicsdm-server
- https://github.com/CNAG-Biomedical-Informatics/omicsdm-client
## Context
OmicsDM started as the PhD thesis project of Ivo Christopher Leist (https://github.com/IvoLeist)
and is since Q1 2022 in use by the 3TR consortium. Acting there as the data backbone
for the storage and sharing of processed omics data and its patient's pheno-clinical information.
## How to build the documentation
```shell
make venv
source venv/bin/activate
make build
```
## Documentation deployment
The documentation is deployed to the GitHub pages. The deployment is done by the GitHub Actions
workflow defined in the `.github/workflows/deploy.yml` file.
## License
The documentation is licensed under the MIT license. See the LICENSE file for more details.