You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/source/how_cat-vrs-works.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ Both catvars X and Y in this example are composed of constraints. And in this c
45
45
46
46
While support and reference tooling will continue to be built out as Cat-VRS gains adoption and specific use cases are brought to the group, we do already have wheels on the ground in the form of `Cat-VRS python, which can be viewed in this github repository. <https://github.com/ga4gh/cat-vrs-python>`_
47
47
48
-
An overview of Cat-VRs python's core functions is depicted in the figure below. Cat-VRS python is capable of accepting JSON Cat-VRS objects, converting them into python pydantic models, and validating the variants against a test suite. Validated catvars can be re-exported to JSON format for broad compatibility with other Cat-VRS implementations or made available downstream for further python-based informatics workflows.
48
+
An overview of Cat-VRS Python's core functions is depicted in the figure below. Cat-VRS Python can take in Cat-VRS objects as JSON, convert them into Pydantic models for use in validation against a test suite. Validated catvars can be converted back to JSON for broad compatibility with other Cat-VRS implementations or used in downstream Python-based informatics workflows.
0 commit comments