Skip to content

Commit

Permalink
NTAW-607: Update merge results formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Chao authored and alexchao32 committed Nov 4, 2024
1 parent 2f3353c commit f04d25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/merge/merge_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def process_MS2_data(ms1_data, ms2_data_list, mass_accuracy=10, rt_accuracy=0.2)
# mass_col, rt_col, score_col, q_score_col, percentile_col = (f"MASS_MGF_{filename}", f"RT_{filename}", f"SUM_SCORE_{filename}", f"QUOTIENT_SCORE_{filename}", f"PERCENTILE_SCORE_{filename}")
mass_col, rt_col, score_col, q_score_col, percentile_col = (
f"MASS_MGF_{filename}",
f"RT_{filename}",
f"RT_{filename}(min)",
f"SUM_SCORE_{filename}",
f"QUOTIENT_SCORE_{filename}",
f"PERCENTILE_SCORE_{filename}",
Expand Down

0 comments on commit f04d25a

Please sign in to comment.