Skip to content

Commit 495562c

Browse files
Merge pull request #303 from Wang-Bioinformatics-Lab/Issue-302
Add pyteomics & pin.
2 parents b87b292 + 3fa6cb3 commit 495562c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
),
163163
dbc.Nav(
164164
[
165-
dbc.NavItem(dbc.NavLink("GNPS LCMS Dashboard - Version 2025-03-18", href="/")),
165+
dbc.NavItem(dbc.NavLink("GNPS LCMS Dashboard - Version 2025-06-23", href="/")),
166166
dbc.NavItem(dbc.NavLink("Documentation", href="https://ccms-ucsd.github.io/GNPSDocumentation/lcms-dashboard/")),
167167
dbc.NavItem(dbc.NavLink("GNPS Datasets", href="https://gnps.ucsd.edu/ProteoSAFe/datasets.jsp#%7B%22query%22%3A%7B%7D%2C%22table_sort_history%22%3A%22createdMillis_dsc%22%2C%22title_input%22%3A%22GNPS%22%7D")),
168168
dbc.NavItem(id="dataset_files_nav"),

requirements-conversion.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ plotly
1212
psims
1313
netcdf4
1414
dask[complete]==2024.1.0
15-
tqdm
15+
tqdm
16+
pyteomics==4.7.5

0 commit comments

Comments
 (0)