Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 242 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 242 Bytes

linkml-model-generator

Translate pydantic-based schemas from python modules to LinkML.

Run

To run the program, use:

  python3 generate_linkml_from_aind.py --root_module_name="aind_data_schema.models" --output_file="aind.yml"