Registry

Base class

class moclo.registry.base.AbstractRegistry(*args, **kwds)[source]

An abstract registry holding MoClo plasmids.

Implementations

class moclo.registry.base.CombinedRegistry[source]

A registry combining several registries into a single collection.

__init__()[source]
class moclo.registry.base.EmbeddedRegistry(*args, **kwds)[source]

An embedded registry, distributed with the library source code.

Records are stored within a GZip compressed Tar archive, using standard annotations to allow retrieving features easily.