Skip to content

Commit

Permalink
🎨 Add missing proteins docstring of PerturbationTarget
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed Dec 10, 2024
1 parent 6d43301 commit 37e2192
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wetlab/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ class Meta(Record.Meta, TracksRun.Meta, TracksUpdates.Meta):
proteins: Protein = models.ManyToManyField(
"bionty.Protein", related_name="perturbation_targets"
)
"""Proteins of the perturbation target, link to :class:`bionty.Protein` records."""
artifacts: Artifact = models.ManyToManyField(
Artifact,
through="ArtifactperturbationTarget",
Expand Down

0 comments on commit 37e2192

Please sign in to comment.