Skip to content

Commit

Permalink
change back to state of development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
picciama committed Nov 10, 2023
1 parent 8a632d4 commit d9dd45f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions spectrum_io/search_result/maxquant.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,16 @@ def read_result(path: Union[str, Path], tmt_labeled: str) -> pd.DataFrame:
path,
usecols=lambda x: x.upper()
in [
"FILENAME",
"SCANNR",
"PEPTIDE",
"RAW FILE",
"SCAN NUMBER",
"MODIFIED SEQUENCE",
"CHARGE",
"HYPERSCORE",
"CALCMASS",
"PROTEINS"
],
"SCAN EVENT NUMBER",
"LABELING STATE",
"MASS", # = Calculated Precursor mass; TODO get column with experimental Precursor mass instead
"SCORE",
"REVERSE",
],
sep="\t",
)
logger.info("Finished reading msms.txt file")
Expand Down

0 comments on commit d9dd45f

Please sign in to comment.