Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
a7254a9
1
Parent(s):
6b0bf1d
Update text intro
Browse files
app.py
CHANGED
@@ -592,8 +592,8 @@ def _create_gradio_interface():
|
|
592 |
gr.Markdown(value="""
|
593 |
DreaMS (Deep Representations Empowering the Annotation of Mass Spectra) is a transformer-based
|
594 |
neural network designed to interpret tandem mass spectrometry (MS/MS) data (<a href="https://www.nature.com/articles/s41587-025-02663-3">Bushuiev et al., Nature Biotechnology, 2025</a>).
|
595 |
-
This website provides an easy access to perform library matching with DreaMS. Please upload
|
596 |
-
your MS/MS file and click on the "Run DreaMS" button.
|
597 |
""")
|
598 |
|
599 |
# Input section
|
|
|
592 |
gr.Markdown(value="""
|
593 |
DreaMS (Deep Representations Empowering the Annotation of Mass Spectra) is a transformer-based
|
594 |
neural network designed to interpret tandem mass spectrometry (MS/MS) data (<a href="https://www.nature.com/articles/s41587-025-02663-3">Bushuiev et al., Nature Biotechnology, 2025</a>).
|
595 |
+
This website provides an easy access to perform library matching with DreaMS against the <a href="https://huggingface.co/datasets/roman-bushuiev/MassSpecGym">MassSpecGym</a> spectral library (combination of GNPS, MoNA, and Pluskal lab data). Please upload
|
596 |
+
your MS/MS file and click on the "Run DreaMS" button.
|
597 |
""")
|
598 |
|
599 |
# Input section
|