wetlab.Experiment

class wetlab.Experiment(*args, **kwargs)

Bases: Registry, CanValidate

Experiments.

Fields

id AutoField

Internal id, valid only in one DB instance.

uid CharField

Universal id, valid across DB instances.

name CharField

Name of the experiment.

description TextField

Description of the experiment.

date DateField

Date of the experiment.

experiment_type ForeignKey

Type of the experiment.

created_at DateTimeField

Time of creation of record.

updated_at DateTimeField

Time of last update to record.

created_by ForeignKey

Creator of record, a User.

artifacts ManyToManyField

Artifacts linked to the experiment.

collections ManyToManyField

Collections linked to the experiment.

Methods