Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Nov 25, 2024
1 parent e053cc3 commit d2ad691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alphabase/psm_reader/alphadia_reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ def _load_file(self, filename: str) -> pd.DataFrame:


def register_readers() -> None:
"""Register MaxQuant reader."""
"""Register AlphaDIA reader."""
psm_reader_provider.register_reader("alphadia", AlphaDiaReaderTsv)
psm_reader_provider.register_reader("alphadia_parquet", AlphaDiaReaderParquet)

0 comments on commit d2ad691

Please sign in to comment.