Registry

Base class

class moclo.registry.base.AbstractRegistry[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]

Initialize self. See help(type(self)) for accurate signature.

class moclo.registry.base.EmbeddedRegistry[source]

An embedded registry, distributed with the library source code.

Records are stored within a BZ2 compressed JSON file, using standard annotations to allow retrieving features easily.