.. |b1| image:: https://github.com/bihealth/sodar-server/actions/workflows/build.yml/badge.svg :target: https://github.com/bihealth/sodar-server/actions/workflows/build.yml
.. |b2| image:: https://coveralls.io/repos/github/bihealth/sodar-server/badge.svg?branch=main :target: https://coveralls.io/github/bihealth/sodar-server?branch=main
.. |b3| image:: https://img.shields.io/badge/License-MIT-green.svg :target: https://opensource.org/licenses/MIT
.. |b4| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/ambv/black
|b1| |b2| |b3| |b4|
SODAR (System for Omics Data Access and Retrieval) is a specialized system for managing data in omics research projects. SODAR provides biomedical scientists with a single point of access to data in their projects, along with linking out to external resources and systems.
The main features of SODAR:
See the
SODAR Overview video on YouTube <https://www.youtube.com/watch?v=LQ8foUpjnqs>
_
for an introduction to the system and its features.
For instructions on using and administering the system, see the
SODAR manual <https://sodar-server.readthedocs.io/>
_.
For trying out the system or deploying it in production, see the
SODAR Docker Compose <https://github.com/bihealth/sodar-docker-compose>
_
repository.
SODAR provides a web-based GUI and REST APIs running on the
Django <https://www.djangoproject.com/>
_ web server.
Studies are modeled with the ISA Model <https://isa-tools.org>
specification.
For file storage SODAR uses the iRODS <https://irods.org/>
open source data
management software.
Django apps provided by SODAR:
The project is built on the SODAR Core <https://github.com/bihealth/sodar-core>
_
framework, which provides the base functionalities for project management, user
interfaces and dynamic app content inclusion.
Note: The project and documentation may refer to practices, services or data specific to research work at Berlin Institute of Health, Core Unit Bioinformatics. You may need to adapt them if you wish to deploy your own SODAR instance.