18path = basf2.create_path()
24modules = path.modules()
26 assert m.has_properties(
27 basf2.ModulePropFlags.PARALLELPROCESSINGCERTIFIED), f
'{m} is missing c_ParallelProcessingCertified flag!'
def add_unpackers(path, components=None, writeKLMDigitRaws=False, addTOPRelations=False)