3737
3838
3939# basename of a YAML file in model/
40- .PHONY : all clean validate-d4d-examples render-d4d-examples
40+ .PHONY : all clean
4141
4242# note: "help" MUST be the first target in the file,
4343# when the user types "make" they should get help info
@@ -48,8 +48,6 @@ help: status
4848 @echo " make install -- install dependencies"
4949 @echo " make test -- runs tests"
5050 @echo " make lint -- perfom linting"
51- @echo " make validate-d4d-examples -- validate D4D example YAML files against Full schema"
52- @echo " make render-d4d-examples -- generate HTML rendering of D4D example YAML files"
5351 @echo " make testdoc -- builds docs and runs local test server"
5452 @echo " make deploy -- deploys site"
5553 @echo " make update -- updates linkml version"
@@ -119,17 +117,6 @@ $(SOURCE_SCHEMA_ALL):
119117gen-project : $(PYMODEL ) $(SOURCE_SCHEMA_ALL )
120118 $(RUN ) gen-project -I python -I jsonschema -I jsonld -I owl ${GEN_PARGS} -d $(DEST ) $(SOURCE_SCHEMA_PATH ) && mv $(DEST ) /* .py $(PYMODEL )
121119
122- validate-d4d-examples :
123- @echo " Validating D4D example YAML files against Full schema..."
124- $(RUN ) python scripts/validate_d4d_examples.py
125-
126- render-d4d-examples :
127- @echo " Generating HTML rendering of D4D example YAML files..."
128- $(RUN ) python scripts/render_yaml_to_html.py \
129- data/sheets/html_output/D4D_-_AI-READI_FAIRHub_v3_data.yaml \
130- data/sheets/html_output/D4D_-_CM4AI_Dataverse_v3_data.yaml \
131- data/sheets/html_output/D4D_-_VOICE_PhysioNet_v3_data.yaml
132- @echo " ✅ HTML rendering complete. Files saved to data/sheets/html_output/"
133120
134121test : test-schema test-python test-examples
135122
0 commit comments