Skip to content

Commit

Permalink
revert change to msi regex
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-combe committed Dec 12, 2024
1 parent 1bc3f57 commit a04ce76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parser/MzIdParser.py
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def main_loop(self):
main_loop_start_time = time()
self.logger.info('main loop - start')

msi_regex = re.compile(r'^([0-9]+):([PC])$')
msi_regex = re.compile(r'^([0-9]+)(?::(P|C))$')

spec_count = 0
spectra = []
Expand Down

0 comments on commit a04ce76

Please sign in to comment.