Basic example of using MultiQC as a library within a Streamlit App. Requires MultiQC v1.22 or later.
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.
First, install streamlit:
pip install streamlit
Then run the app:
streamlit run multiqc_app.py