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
- Host: GitHub
- URL: https://github.com/multiqc/example-streamlit
- Owner: MultiQC
- Created: 2024-05-15T21:41:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-19T08:52:59.000Z (about 1 year ago)
- Last Synced: 2025-06-06T15:07:12.093Z (about 1 year ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```