Skip to content

Commit 1e6b3d6

Browse files
committed
reorder
1 parent 131e2de commit 1e6b3d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

alphabase/psm_reader/keys.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class PsmDfCols(metaclass=ConstantsClass):
4444
MOBILITY = "mobility"
4545
PEPTIDE_FDR = "peptide_fdr"
4646
PROTEIN_FDR = "protein_fdr"
47+
INTENSITY = "intensity"
4748

4849
RAW_NAME = "raw_name"
4950
CHARGE = "charge"
@@ -58,9 +59,6 @@ class PsmDfCols(metaclass=ConstantsClass):
5859
_GENES = "genes"
5960
_QUERY_ID = "query_id"
6061

61-
# part of psm_reader_yaml, but not directly referenced
62-
INTENSITY = "intensity"
63-
6462

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

0 commit comments

Comments
 (0)