checkQC.parsers.samplesheet_parser module

class checkQC.parsers.samplesheet_parser.SamplesheetParser(runfolder, parser_configurations, *args, **kwargs)[source]

Bases: checkQC.parsers.parser.Parser

TODO

run()[source]

All Parsers must implement this method. Calling it should parse the data, what ever that means in the particular context, and send this data to its subscribers.

The run method should send data to the parsers subscribers using the _send_to_subscribers method.

Returns:None