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