Skip to content

Commit 0c0d99d

Browse files
committed
fix: bug in sql query
1 parent 1c32cb6 commit 0c0d99d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyprophet/io/export/split_parquet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def _read_library_data(self, con) -> pd.DataFrame:
333333
GROUP BY {rt_col}, {im_col}, {intensity_col}, p.SCORE_MS2_Q_VALUE,
334334
p.UNMODIFIED_SEQUENCE, p.MODIFIED_SEQUENCE, p.PRECURSOR_CHARGE,
335335
p.PRECURSOR_MZ, p.FEATURE_ID, t.ANNOTATION, t.PRODUCT_MZ,
336-
t.TRANSITION_CHARGE, t.TRANSITION_TYPE, t.TRANSITION_ORDINAL, t.TRANSITION_ID, p.PRECURSOR_DECOY, p.RUN_ID
336+
t.TRANSITION_CHARGE, t.TRANSITION_TYPE, t.TRANSITION_ORDINAL, t.TRANSITION_ID, p.PRECURSOR_DECOY, p.RUN_ID, p.FEATURE_MS2_AREA_INTENSITY
337337
"""
338338
return con.execute(query).fetchdf()
339339

0 commit comments

Comments
 (0)