An open API service indexing awesome lists of open source software.

https://github.com/multiqc/example-streamlit

Example of using MultiQC within a Streamlit app
https://github.com/multiqc/example-streamlit

Last synced: 11 months ago
JSON representation

Example of using MultiQC within a Streamlit app

Awesome Lists containing this project

README

          

# Example MultiQC Streamlit App

Basic example of using MultiQC as a library within a Streamlit App.
Requires MultiQC v1.22 or later.

## Running remotely

You can run this app in Streamlit Community Cloud here:

You can also [deploy this Streamlit app yourself](https://share.streamlit.io/deploy?repository=MultiQC%2Fexample-streamlit&branch=main&mainModule=multiqc_app.py) if you prefer.

## Running locally

First, install streamlit:

```bash
pip install -r requirements.txt
```

Then run the app:

```bash
streamlit run multiqc_app.py
```