diff --git a/src/ga4gh/core/_internal/identifiers.py b/src/ga4gh/core/_internal/identifiers.py index 8f2e547a..2c5ca819 100644 --- a/src/ga4gh/core/_internal/identifiers.py +++ b/src/ga4gh/core/_internal/identifiers.py @@ -43,8 +43,8 @@ class VrsObjectIdentifierIs(IntEnum): """ Defines the state for when the `ga4gh_identify` method should compute an identifier ('id' attribute) for the specified object. The options are: - ALWAYS - Always compute the identifier (this is the default behavior) - INVALID - Compute the identifier if it is missing or is present but syntactically invalid + ANY - Always compute the identifier (this is the default behavior) + GA4GH_INVALID - Compute the identifier if it is missing or is present but syntactically invalid MISSING - Only compute the identifier if missing The default behavior is safe and ensures that the identifiers are correct,