Skip to content

Commit

Permalink
Add warning about using contaminants in DDA quant module webinterface…
Browse files Browse the repository at this point in the history
… page
  • Loading branch information
mlocardpaulet committed Nov 26, 2023
1 parent 3a49670 commit fe04874
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webinterface/pages/DDA_Quant.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ def _main_page(self):

with st.form(key="main_form"):
st.subheader("Input files")
st.markdown(
"""
Remember: contaminant sequences are already present in the fasta file associated to this module. **Do not add other contaminants** to your search. This is important when using MaxQuant and MSFragger, among other tools.
"""
)
self.user_input["input_csv"] = st.file_uploader(
"Software tool result file", help=self.texts.Help.input_file
)
Expand Down

0 comments on commit fe04874

Please sign in to comment.