Skip to content

Commit

Permalink
Merge pull request #14 from MannLabs/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
jalew188 authored Sep 9, 2023
2 parents 84c3bd9 + fc7cfb1 commit 6e1c8ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions alpharaw/match/psm_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,12 @@ class PepSpecMatch_DIA(PepSpecMatch):
min_frag_mz: float = 200.0
rt_query_window: float = 20.0/60.0 # 20 seconds

def _add_missing_columns_to_psm_df(self,
psm_df:pd.DataFrame, raw_data=None
):
# DIA results do not have spec_idx in psm_df, nothing to merge
return psm_df

def _prepare_matching_dfs(self):

fragment_mz_df = self.get_fragment_mz_df()
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ pandas
numpy
sqlalchemy

alphabase
alphabase>=1.1.0

0 comments on commit 6e1c8ee

Please sign in to comment.