Skip to content

Commit 72d7ed9

Browse files
authored
Merge branch 'main' into ai-findings-autofix/tests-sparql_qc-run_sparql_metatest.sh
2 parents 708c771 + 0906af9 commit 72d7ed9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/ontology/metpo-edit.owl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ AnnotationAssertion(rdfs:label IAO:0000231 "has obsolescence reason")
6262

6363
AnnotationAssertion(rdfs:label IAO:0100001 "term replaced by")
6464

65-
# Obsolescence reason values (display labels; correct IAO code assignment for these obsolescence reasons is tracked in GitHub issue https://github.com/berkeleybop/metpo/issues/521)
65+
# Obsolescence reason values (display labels). Current code assignments are provisional (IAO:0000226 and OMO:0001000) pending resolution of GitHub issue https://github.com/berkeleybop/metpo/issues/521; update these mappings once resolved.
6666

6767
AnnotationAssertion(rdfs:label IAO:0000226 "placeholder removed")
6868
AnnotationAssertion(rdfs:label <http://purl.obolibrary.org/obo/OMO_0001000> "out of scope")

src/ontology/metpo.Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ clean-templates:
8787

8888
# Diff current working templates against Google Sheets
8989
diff-sheets:
90-
@command -v uv >/dev/null 2>&1 || { echo "Error: 'uv' is required for diff-sheets. Run this target on a host with uv installed."; exit 1; }
90+
@command -v uv >/dev/null 2>&1 || { echo "Error: 'uv' is required for diff-sheets (host-only target)."; exit 1; }
9191
cd ../.. && uv run diff-templates -a gsheet -b HEAD --cell-diffs
9292

9393
# Diff current working templates against the last tagged release
@@ -112,7 +112,7 @@ diff-release:
112112
# --output $@
113113

114114
../templates/stubs.tsv: ../templates/metpo_sheet.tsv ../templates/metpo-properties.tsv ../../metpo/bactotraits/create_stubs.py
115-
python ../../metpo/bactotraits/create_stubs.py -o $@ ../templates/metpo_sheet.tsv ../templates/metpo-properties.tsv
115+
python3 ../../metpo/bactotraits/create_stubs.py -o $@ ../templates/metpo_sheet.tsv ../templates/metpo-properties.tsv
116116

117117
# Repo-only — not in Google Sheets.
118118
# IMPORTANT: ../templates/deprecated.tsv is hand-maintained source-of-truth.
@@ -144,7 +144,7 @@ DEPRECATED_TEMPLATE_ARG :=
144144
DEPRECATED_PREREQ :=
145145
endif
146146

147-
components/metpo_sheet.owl: ../templates/stubs.tsv ../templates/metpo-properties.tsv ../templates/metpo_sheet.tsv $(DEPRECATED_PREREQ)
147+
components/metpo_sheet.owl: ../templates/stubs.tsv ../templates/metpo_sheet.tsv ../templates/metpo-properties.tsv $(DEPRECATED_PREREQ)
148148
$(ROBOT) template \
149149
--add-prefix 'METPO: https://w3id.org/metpo/' \
150150
--add-prefix 'qudt: http://qudt.org/schema/qudt/' \

0 commit comments

Comments
 (0)