Skip to content

This repository contains the source code of the python shiny app which is recommended to be used for the downstream analysis of the output of the SIMBA🦁 pipeline.

Notifications You must be signed in to change notification settings

Mye-InfoBank/SIMBA-Downstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff1859e · Jun 30, 2024

History

77 Commits
May 5, 2024
May 5, 2024
Jun 14, 2024
Jun 27, 2024
May 5, 2024
May 5, 2024
May 6, 2024
Mar 17, 2024
Jun 27, 2024
Mar 5, 2024
Jun 30, 2024
Jun 12, 2024
Mar 29, 2024
May 6, 2024

Repository files navigation

SIMBA🦁 Downstream toolkit

This repository contains the source code of the python shiny app which is recommended to be used for the downstream analysis of the output of the SIMBA🦁 pipeline. Available instances can be found at at https://exbio.wzw.tum.de/cost/overview/.

Offline Usage

Docker

The app can be run using the docker image bigdatainbiomedicine/simba-downstream. The image can be pulled from the docker hub using the following command:

docker run -p <port>:8080 bigdatainbiomedicine/simba-downstream

Assuming that the port 1234 is used, the app can be accessed at http://localhost:1234.

Local

The app can also be run locally. The following steps are required to run the app locally:

  1. Clone the repository:
git clone https://github.com/Mye-InfoBank/SIMBA-Downstream.git
  1. Install the required packages:
pip install -r requirements.txt
  1. Run the app:
cd src
uvicorn app:app --host 0.0.0.0 --port <port>

Assuming that the port 1234 is used, the app can be accessed at http://localhost:1234.

About

This repository contains the source code of the python shiny app which is recommended to be used for the downstream analysis of the output of the SIMBA🦁 pipeline.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published