Skip to content

bartongroup/slivka-bio-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slivka-Bio Docker

License GitHub issues

This repository contains the Docker configuration for setting up slivka-bio.

Overview

slivka-bio is a pre-configured instance of a slivka server bundled with tools for bioinformatics applications. This Dockerized setup includes slivka-bio and MongoDB for data storage.

You can find out more about what slivka is and how to use it:

Prerequisites

  • Docker
  • Docker Compose

Installation

To get started with slivka-bio-docker:

  1. Clone the Repository

    git clone https://github.com/bartongroup/slivka-bio-docker.git
    cd slivka-bio-docker
  2. Build and Run with Docker Compose

    docker-compose up -d

This will build the slivka-bio image and start all the services as defined in the docker-compose.yml.

Configuration

  • The settings.yml file contains the configuration for slivka-bio. Adjust it as necessary for your environment.

Usage

After starting the services, the slivka-bio API documentation will be accessible via:

  • URL: http://localhost:8080/api/ (or the appropriate domain/IP address)

MongoDB is also started and configured to work with slivka-bio.

For users looking to interact with slivka-bio from Python environments, including Jupyter notebooks, check out the Python client to get started.

Contributing

Contributions to this project are welcome! Please fork the repository and submit a pull request with your changes.

License

This project is licensed under the Apache-2.0 License. See the LICENSE file for details.

Funding

About

Docker Compose configuration for slivka-bio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published