Skip to content

Commit

Permalink
reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Jan 21, 2025
1 parent 131e2de commit 1e6b3d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions alphabase/psm_reader/keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class PsmDfCols(metaclass=ConstantsClass):
MOBILITY = "mobility"
PEPTIDE_FDR = "peptide_fdr"
PROTEIN_FDR = "protein_fdr"
INTENSITY = "intensity"

RAW_NAME = "raw_name"
CHARGE = "charge"
Expand All @@ -58,9 +59,6 @@ class PsmDfCols(metaclass=ConstantsClass):
_GENES = "genes"
_QUERY_ID = "query_id"

# part of psm_reader_yaml, but not directly referenced
INTENSITY = "intensity"


class LibPsmDfCols(metaclass=ConstantsClass):
"""Constants for accessing the columns of a Library PSM dataframe."""
Expand Down

0 comments on commit 1e6b3d6

Please sign in to comment.