Skip to content

Commit

Permalink
Merge pull request #207 from Proteobench/provide_DDAquant_fasta_download
Browse files Browse the repository at this point in the history
force download of FASTA file (instead of opening it)
  • Loading branch information
RobbinBouwmeester authored Jan 9, 2024
2 parents 6ae0760 + 3e687e5 commit 9d749a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions webinterface/pages/DDA_Quant.py
Original file line number Diff line number Diff line change
Expand Up @@ -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: <a href="/app/static/ProteoBenchFASTA_DDAQuantification.zip" download>ProteoBenchFASTA_DDAQuantification.zip</a>.
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")
Expand Down

0 comments on commit 9d749a5

Please sign in to comment.