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 -r requirements.txt
Then run the app:
streamlit run multiqc_app.py