Skip to content

Commit

Permalink
FIX missing register_readers()
Browse files Browse the repository at this point in the history
  • Loading branch information
jalew188 committed Feb 15, 2024
1 parent d21a0eb commit f4ceadb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions alpharaw/match/psm_match.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
import tqdm
from typing import Union, Tuple

from alpharaw import register_readers
register_readers()

from alphabase.peptide.fragment import (
create_fragment_mz_dataframe,
get_charged_frag_types,
Expand Down

0 comments on commit f4ceadb

Please sign in to comment.