Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 574 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 574 Bytes

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: https://multiqc-example.streamlit.app/

You can also deploy this Streamlit app yourself if you prefer.

Running locally

First, install streamlit:

pip install streamlit

Then run the app:

streamlit run multiqc_app.py