Skip to content

Commit

Permalink
add circular to DerivativeMolecule pydantic models.py
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybabb committed Aug 13, 2024
1 parent 34f9883 commit 4082981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/ga4gh/vrs/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -677,6 +677,7 @@ class DerivativeMolecule(_VariationBase):
description="The traversal block components that make up the derivative molecule.",
min_length=2
)
circular: Optional[bool] = Field(None, description="A flag indicating if the derivative molecule is circular (true) or linear (false).")

class ga4gh(_Ga4ghIdentifiableObject.ga4gh):
prefix = "DM"
Expand Down

0 comments on commit 4082981

Please sign in to comment.