Skip to content

Commit 714c4b5

Browse files
committed
cleaning filename in xic
1 parent e3bfb55 commit 714c4b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,6 +2656,7 @@ def draw_xic(usi, usi2, xic_mz, xic_formula, xic_peptide, xic_tolerance, xic_ppm
26562656
try:
26572657
# Doing actual integration
26582658
integral_df = _integrate_files(merged_df_long, xic_integration_type)
2659+
integral_df["USI"] = integral_df["USI"].apply(lambda x: download._get_usi_display_filename(x))
26592660

26602661
# Creating a table
26612662
table_graph = dash_table.DataTable(

0 commit comments

Comments
 (0)