Skip to content

Commit

Permalink
Merge pull request #51 from wilhelm-lab/develop
Browse files Browse the repository at this point in the history
Fix AlphaPept annotation.
  • Loading branch information
LLautenbacher authored Aug 16, 2023
2 parents 128c2dc + 7fb337f commit f746afb
Show file tree
Hide file tree
Showing 5 changed files with 2,711 additions and 2,757 deletions.
43 changes: 0 additions & 43 deletions models/AlphaPept/AlphaPept_Helper_annotation/1/model.py

This file was deleted.

15 changes: 0 additions & 15 deletions models/AlphaPept/AlphaPept_Helper_annotation/config.pbtxt

This file was deleted.

3 changes: 1 addition & 2 deletions models/AlphaPept/AlphaPept_Preprocess_ProForma/1/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
import pandas as pd

MOD_DF = pd.read_csv("/models/AlphaPept/AlphaPept_Preprocess_ProForma/1/mod_df.csv")
MOD_DF.loc[MOD_DF["mod_name"] == "Oxidation@M", "mod_name"] = "M[UNIMOD:35]"
MOD_DF.loc[MOD_DF["mod_name"] == "Carbamidomethyl@C", "mod_name"] = "C[UNIMOD:4]"



MOD_ELEMENTS = [
Expand Down
Loading

0 comments on commit f746afb

Please sign in to comment.