Skip to content

Commit 1093ee5

Browse files
committed
regenerate registry from spreadsheet
1 parent 2f4a670 commit 1093ee5

File tree

12 files changed

+962
-257
lines changed

12 files changed

+962
-257
lines changed

Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SHELL := bash
66
.SUFFIXES:
77
.SECONDARY:
88

9-
RUN = poetry run
9+
RUN = uv run
1010
# get values from about.yaml file
1111
SCHEMA_NAME = $(shell ${SHELL} ./utils/get-value.sh name)
1212
SOURCE_SCHEMA_PATH = $(shell ${SHELL} ./utils/get-value.sh source_schema_path)
@@ -63,7 +63,7 @@ setup: install gen-project gen-examples gendoc git-init-add
6363
# install any dependencies required for building
6464
install:
6565
git init
66-
poetry install
66+
uv install
6767
.PHONY: install
6868

6969
# ---
@@ -83,7 +83,7 @@ update-template:
8383

8484
# todo: consider pinning to template
8585
update-linkml:
86-
poetry add -D linkml@latest
86+
uv add -D linkml@latest
8787

8888
# EXPERIMENTAL
8989
create-data-harmonizer:
@@ -170,7 +170,7 @@ git-init-add: git-init git-add git-commit git-status
170170
git-init:
171171
git init
172172
git-add: .cruft.json
173-
git add .gitignore .github .cruft.json Makefile LICENSE *.md examples utils about.yaml mkdocs.yml poetry.lock project.Makefile pyproject.toml src/linkml_common/schema/*yaml src/*/datamodel/*py src/data src/docs tests src/*/_version.py
173+
git add .gitignore .github .cruft.json Makefile LICENSE *.md examples utils about.yaml mkdocs.yml uv.lock pyproject.toml src/*/datamodel/*py src/data src/docs tests src/*/_version.py
174174
git add $(patsubst %, project/%, $(PROJECT_FOLDERS))
175175
git-commit:
176176
git commit -m 'chore: initial commit' -a
@@ -188,4 +188,3 @@ clean:
188188
rm -fr docs/*
189189
rm -fr $(PYMODEL)/*
190190

191-
include project.Makefile

docs/details/AGR.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/details/Bridge2AI.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/details/GA4GH.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/details/GSC.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/details/INCLUDE.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/details/LOINC.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/details/Monarch.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dynamic = [ "version" ]
88
dependencies = [
99
"fastmcp>=2.7.1",
1010
"jinja2>=3.1.6",
11+
"linkml>=1.9.2",
1112
"mcp>=1.9.3",
1213
"pyyaml>=6.0.2",
1314
"requests>=2.32.4",

src/docs/registry.md

Lines changed: 0 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,6 @@ public
2626

2727
**Topics:** Schema
2828

29-
## GenomicsStandardsConsortium/mixs
30-
31-
32-
33-
**GitHub Organization:** https://github.com/GSC
34-
35-
36-
37-
**License:** CC-0
38-
39-
**Domain:** Duplicate
40-
41-
42-
43-
**Topics:** Duplicate
44-
4529
## NeurodataWithoutBorders/nwb-schema
4630

4731
exploratory
@@ -58,38 +42,6 @@ exploratory
5842

5943
**Topics:** Schema Collection
6044

61-
## alliance-genome/agr_curation_schema
62-
63-
64-
65-
**GitHub Organization:** https://github.com/AGR
66-
67-
68-
69-
**License:** CC-0
70-
71-
**Domain:** Duplicate
72-
73-
74-
75-
**Topics:** Duplicate
76-
77-
## include-dcc/include-linkml
78-
79-
80-
81-
**GitHub Organization:** https://github.com/INCLUDE
82-
83-
84-
85-
**License:** CC-0
86-
87-
**Domain:** Duplicate
88-
89-
90-
91-
**Topics:** Duplicate
92-
9345
## bfurner/bdchm
9446

9547
public
@@ -122,22 +74,6 @@ public
12274

12375
**Topics:** Schema
12476

125-
## monarch-initiative/babelon
126-
127-
128-
129-
**GitHub Organization:** https://github.com/Monarch
130-
131-
132-
133-
**License:** CC-0
134-
135-
**Domain:** Duplicate
136-
137-
138-
139-
**Topics:** Duplicate
140-
14177
## loinc/comp-loinc
14278

14379
experimental?
@@ -186,22 +122,6 @@ public
186122

187123
**Topics:** Schema Collection
188124

189-
## bridge2ai/model-card-schema
190-
191-
192-
193-
**GitHub Organization:** https://github.com/Bridge2AI
194-
195-
196-
197-
**License:** CC-0
198-
199-
**Domain:** Duplicate
200-
201-
202-
203-
**Topics:** Duplicate
204-
205125
## DOE
206126

207127
pre-alpha
@@ -650,22 +570,6 @@ public
650570

651571
**Topics:** Schema Collection
652572

653-
## sujaypatil96/ga4gh-va
654-
655-
656-
657-
**GitHub Organization:** https://github.com/GA4GH
658-
659-
660-
661-
**License:** CC-0
662-
663-
**Domain:** Duplicate
664-
665-
666-
667-
**Topics:** Duplicate
668-
669573
## clingen-data-model/variant-functional-assay
670574

671575

@@ -986,22 +890,6 @@ public
986890

987891
**Topics:** Schema
988892

989-
## loinc/comp-loinc
990-
991-
992-
993-
**GitHub Organization:** https://github.com/LOINC
994-
995-
996-
997-
**License:** CC-0
998-
999-
**Domain:** Duplicate
1000-
1001-
1002-
1003-
**Topics:** Duplicate
1004-
1005893
## lmodel/collections
1006894

1007895

0 commit comments

Comments
 (0)