diff --git a/src/cpfs_ppms/parsers/__init__.py b/src/cpfs_ppms/parsers/__init__.py index 36cb710..9ac5772 100644 --- a/src/cpfs_ppms/parsers/__init__.py +++ b/src/cpfs_ppms/parsers/__init__.py @@ -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$',