diff --git a/validation/error_logging/error.py b/validation/error_logging/error.py index 2e65c8b..fc3d16b 100644 --- a/validation/error_logging/error.py +++ b/validation/error_logging/error.py @@ -62,6 +62,10 @@ class Entity(): def GID(self) -> str: return 'Genomic Information' + + def VRS(self) -> str: + return 'Version' + def OTD(self) -> str: return 'Ontobiotope'