Skip to content

Commit

Permalink
added final working version of sage. fixed modifications not yet impl…
Browse files Browse the repository at this point in the history
…emented.
  • Loading branch information
“Karim committed Oct 27, 2023
1 parent c781611 commit 602bbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectrum_io/search_result/sage.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def update_columns_for_prosit(df: pd.DataFrame ) -> pd.DataFrame:
df['SCORE'] = df['HYPERSCORE']
# converting proforma to unimode
print(df)
df['MODIFIED_SEQUENCE'] = sage_to_internal(df['MODIFIED_SEQUENCE'].to_numpy())
df['MODIFIED_SEQUENCE'] = sage_to_internal(df['MODIFIED_SEQUENCE'])

print(df.columns)
return df
Expand Down

0 comments on commit 602bbd5

Please sign in to comment.