Skip to content

Commit

Permalink
fixed sqc parser
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanNoky committed Oct 21, 2024
1 parent 21f4ba8 commit cb289ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cpfs_ppms/parsers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def load(self):
return CPFSPPMSSequenceParser(**self.dict())


parser_entry_point_data = SqcParserEntryPoint(
parser_entry_point_sqc = SqcParserEntryPoint(
name='SequenceParser',
description='New parser entry point configuration.',
mainfile_name_re='^.+\.seq$',
Expand Down

0 comments on commit cb289ff

Please sign in to comment.