From 88fbf2649c45806c3280c26a75b4961eb090906e Mon Sep 17 00:00:00 2001 From: "Mark A. Miller" Date: Mon, 11 Nov 2024 10:11:18 -0500 Subject: [PATCH] remove "compare to 2024-06-26 " targets --- src/ontology/aio.Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/ontology/aio.Makefile b/src/ontology/aio.Makefile index 8806f84..a3eae66 100644 --- a/src/ontology/aio.Makefile +++ b/src/ontology/aio.Makefile @@ -64,12 +64,3 @@ aio-root-statistics.tsv: aio.db # could use sqlite:obo:aio if the file in the BB aio-root-statistics-transposed-filtered.tsv: aio-root-statistics.tsv python ../scripts/transpose_filter_statistics.py < $< > $@ - -aio-2024-06-26.owl: - wget -O $@ "https://raw.githubusercontent.com/berkeleybop/artificial-intelligence-ontology/v2024-06-26/aio.owl" - -current-vs-2024-06-26-diff.txt: aio.owl aio-2024-06-26.owl - robot diff --left $< --right aio-2024-06-26.owl --output $@ - -current-vs-2024-06-26-diff-skip-defs.txt: current-vs-2024-06-26-diff.txt - cat $< | grep -v IAO_0000115 > $@ \ No newline at end of file