Skip to content

Commit 983dbaf

Browse files
committed
adding heatmap if chromatogram
1 parent 24e3ca4 commit 983dbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2804,7 +2804,7 @@ def draw_xic(usi, usi2, xic_mz, xic_formula, xic_peptide, xic_tolerance, xic_ppm
28042804
xic_heatmap_graph = dash.no_update
28052805

28062806
# Plotting the XIC Heatmap
2807-
if len(all_xic_values) > 0:
2807+
if len(all_xic_values) > 0 or len(chromatogram_list) > 0:
28082808
xic_heatmap_graph_list = []
28092809
all_xic_targets = list(set(merged_df_long["variable"]))
28102810
all_xic_targets.sort()

0 commit comments

Comments
 (0)