Skip to content

Commit 27d3c21

Browse files
committed
update submodule to 2.1.0-snapshot.2026-02.2
1 parent a470841 commit 27d3c21

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/ga4gh/vrs/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ class ReferenceLengthExpression(_ValueObject, BaseModelForbidExtra):
521521
)
522522
sequence: sequenceString | None = Field(
523523
default=None,
524-
description="the literal Sequence encoded by the Reference Length Expression.",
524+
description="the literal sequence encoded by the Reference Length Expression.",
525525
)
526526
repeatSubunitLength: int = Field(
527527
..., description="The number of residues in the repeat subunit."
@@ -689,7 +689,7 @@ class SequenceOffsetLocation(_ValueObject, BaseModelForbidExtra):
689689
)
690690
anchor: int = Field(
691691
...,
692-
description="The position on the sequence reference from which the relative location offset is calculated.",
692+
description="The inter-residue position on the sequence reference from which the relative location offset is calculated.",
693693
)
694694
anchorOrientation: AnchorOrientation = Field(
695695
...,

0 commit comments

Comments
 (0)