diff --git a/webinterface/pages/DDA_Quant.py b/webinterface/pages/DDA_Quant.py index a7abb7c1..5a582355 100644 --- a/webinterface/pages/DDA_Quant.py +++ b/webinterface/pages/DDA_Quant.py @@ -134,11 +134,12 @@ def _main_page(self): ) st.markdown( """ - Download the zipped FASTA file here: [ProteoBenchFASTA_DDAQuantification.zip](app/static/ProteoBenchFASTA_DDAQuantification.zip). + Download the zipped FASTA file here: ProteoBenchFASTA_DDAQuantification.zip. The fasta file provided for this module contains the three species present in the samples and contaminant proteins ([Frankenfield et al., JPR](https://pubs.acs.org/doi/10.1021/acs.jproteome.2c00145)) - """ + """, + unsafe_allow_html=True ) st.header("Input and configuration")