Skip to content

Commit

Permalink
with all combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomam committed Oct 6, 2023
1 parent 04ac808 commit a9705d2
Show file tree
Hide file tree
Showing 3 changed files with 23,573 additions and 17,736 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ SHEET_ID = $(shell ${SHELL} ./utils/get-value.sh google_sheet_id)
SHEET_TABS = $(shell ${SHELL} ./utils/get-value.sh google_sheet_tabs)
SHEET_MODULE_PATH = $(SOURCE_SCHEMA_DIR)/$(SHEET_MODULE).yaml

# environment variables
include config.env
## environment variables
#include config.env

GEN_PARGS =
# MAM 2023-10-06 hard-coding exclude statements
GEN_PARGS = --exclude excel --exclude graphql --exclude prefixmap --exclude protobuf --exclude shacl --exclude shex --exclude markdown
ifdef LINKML_GENERATORS_PROJECT_ARGS
GEN_PARGS = ${LINKML_GENERATORS_PROJECT_ARGS}
endif
Expand Down Expand Up @@ -187,4 +188,4 @@ clean:
rm -fr docs/*
rm -fr $(PYMODEL)/*

include project.Makefile
include project.Makefile
6 changes: 3 additions & 3 deletions about.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: mixs_6_2_for_merge
author: Mark Andrew Miller <[email protected]>
description: MIxS: the Minimum Information about any (X) Sequence standard
description: "MIxS: the Minimum Information about any (X) Sequence standard"
source_schema_path: src/mixs_6_2_for_merge/schema/mixs_6_2_for_merge.yaml
google_sheet_id: 1wVoaiFg47aT9YWNeRfTZ8tYHN8s8PAuDx5i2HUcDpvQ
google_sheet_tabs: personinfo enums
#google_sheet_id: 1wVoaiFg47aT9YWNeRfTZ8tYHN8s8PAuDx5i2HUcDpvQ
#google_sheet_tabs: personinfo enums
Loading

0 comments on commit a9705d2

Please sign in to comment.