Skip to content

Commit

Permalink
Merge pull request #163 from microbiomedata/issue-541-water-content-e…
Browse files Browse the repository at this point in the history
…xamples

Remove unnecessary modifications on water_content slot
  • Loading branch information
pkalita-lbl authored Nov 30, 2023
2 parents 0d7118e + 2c72d5a commit b2fc626
Show file tree
Hide file tree
Showing 6 changed files with 594 additions and 776 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ compile-sheets:
$(RUN) sheets2linkml --gsheet-id $(SHEET_ID) $(SHEET_TABS) > $(SHEET_MODULE_PATH).tmp && mv $(SHEET_MODULE_PATH).tmp $(SHEET_MODULE_PATH)

# generates all project files

# gen-owl fails with LinkML 1.6.x; needs further investigation
# See https://github.com/microbiomedata/issues/issues/542
gen-project: $(PYMODEL) src/nmdc_submission_schema/schema/nmdc_submission_schema.yaml
$(RUN) gen-project ${GEN_PARGS} \
--exclude graphql \
Expand All @@ -111,7 +112,7 @@ gen-project: $(PYMODEL) src/nmdc_submission_schema/schema/nmdc_submission_schema
--exclude shex \
--include excel \
--include jsonschema \
--include owl \
--exclude owl \
--include python \
--include sqlddl \
--generator-arguments '{jsonschema: {not_closed: false}, excel: {output: local/submission_schema.xlsx}, sqlddl: {output: local/submission_schema.sql}}' \
Expand Down
Loading

0 comments on commit b2fc626

Please sign in to comment.