-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Ontobio from the Build System #387
Comments
ecwood
added a commit
that referenced
this issue
Jul 14, 2024
These are the different sections in the owl files we currently use: {
"bfo.owl": [
"Annotation properties",
"Classes"
],
"bspo.owl": [
"Annotation properties",
"Object Properties",
"Classes",
"Individuals",
"General axioms",
"Rules"
],
"chebi.owl": [
"Annotation properties",
"Object Properties",
"Classes"
],
"cl.owl": [
"Annotation properties",
"Object Properties",
"Classes",
"Individuals",
"General axioms"
],
"ddanat.owl": [
"Annotation properties",
"Object Properties",
"Classes"
],
"doid.owl": [
"Annotation properties",
"Object Properties",
"Classes",
"Annotations",
"General axioms"
],
"efo.owl": [
"Annotation properties",
"Datatypes",
"Object Properties",
"Data properties",
"Classes",
"Annotations",
"General axioms"
],
"ehdaa2.owl": [
"Annotation properties",
"Object Properties",
"Classes"
],
"fma.owl": [
"Annotation properties",
"Object Properties",
"Classes"
],
"foodon.owl": [
"Annotation properties",
"Datatypes",
"Object Properties",
"Data properties",
"Classes",
"Individuals",
"Annotations",
"General axioms"
],
"genepio.owl": [
"Annotation properties",
"Datatypes",
"Object Properties",
"Data properties",
"Classes",
"Individuals",
"Annotations",
"General axioms"
],
"go-plus.owl": [
"Annotation properties",
"Object Properties",
"Classes",
"Individuals",
"Annotations",
"General axioms",
"Rules"
],
"hp.owl": [
"Annotation properties",
"Object Properties",
"Classes",
"General axioms",
"Rules"
],
"ino.owl": [
"Annotation properties",
"Object Properties",
"Data properties",
"Classes"
],
"mi.owl": [
"Annotation properties",
"Classes"
],
"mondo.owl": [
"Annotation properties",
"Object Properties",
"Classes",
"Individuals",
"General axioms"
],
"nbo.owl": [
"Annotation properties",
"Object Properties",
"Data properties",
"Classes",
"General axioms",
"Rules"
],
"ordo.owl": [
"Annotation properties",
"Object Properties",
"Data properties",
"Classes",
"Annotations"
],
"pato.owl": [
"Annotation properties",
"Object Properties",
"Classes",
"General axioms",
"Rules"
],
"pr.owl": [
"Annotation properties",
"Object Properties",
"Classes"
],
"ro.owl": [
"Annotation properties",
"Object Properties",
"Data properties",
"Classes",
"Individuals",
"Annotations",
"General axioms",
"Rules"
],
"taxslim.owl": [
"Annotation properties",
"Classes"
],
"uberon-ext.owl": [
"Annotation properties",
"Object Properties",
"Classes",
"Individuals",
"General axioms",
"Rules"
]
} |
Here is that map pivoted to show which sources include each section: {
"Annotation properties": [
"bfo.owl",
"bspo.owl",
"chebi.owl",
"cl.owl",
"ddanat.owl",
"doid.owl",
"efo.owl",
"ehdaa2.owl",
"fma.owl",
"foodon.owl",
"genepio.owl",
"go-plus.owl",
"hp.owl",
"ino.owl",
"mi.owl",
"mondo.owl",
"nbo.owl",
"ordo.owl",
"pato.owl",
"pr.owl",
"ro.owl",
"taxslim.owl",
"uberon-ext.owl"
],
"Classes": [
"bfo.owl",
"bspo.owl",
"chebi.owl",
"cl.owl",
"ddanat.owl",
"doid.owl",
"efo.owl",
"ehdaa2.owl",
"fma.owl",
"foodon.owl",
"genepio.owl",
"go-plus.owl",
"hp.owl",
"ino.owl",
"mi.owl",
"mondo.owl",
"nbo.owl",
"ordo.owl",
"pato.owl",
"pr.owl",
"ro.owl",
"taxslim.owl",
"uberon-ext.owl"
],
"Object Properties": [
"bspo.owl",
"chebi.owl",
"cl.owl",
"ddanat.owl",
"doid.owl",
"efo.owl",
"ehdaa2.owl",
"fma.owl",
"foodon.owl",
"genepio.owl",
"go-plus.owl",
"hp.owl",
"ino.owl",
"mondo.owl",
"nbo.owl",
"ordo.owl",
"pato.owl",
"pr.owl",
"ro.owl",
"uberon-ext.owl"
],
"Individuals": [
"bspo.owl",
"cl.owl",
"foodon.owl",
"genepio.owl",
"go-plus.owl",
"mondo.owl",
"ro.owl",
"uberon-ext.owl"
],
"General axioms": [
"bspo.owl",
"cl.owl",
"doid.owl",
"efo.owl",
"foodon.owl",
"genepio.owl",
"go-plus.owl",
"hp.owl",
"mondo.owl",
"nbo.owl",
"pato.owl",
"ro.owl",
"uberon-ext.owl"
],
"Rules": [
"bspo.owl",
"go-plus.owl",
"hp.owl",
"nbo.owl",
"pato.owl",
"ro.owl",
"uberon-ext.owl"
],
"Annotations": [
"doid.owl",
"efo.owl",
"foodon.owl",
"genepio.owl",
"go-plus.owl",
"ordo.owl",
"ro.owl"
],
"Datatypes": [
"efo.owl",
"foodon.owl",
"genepio.owl"
],
"Data properties": [
"efo.owl",
"foodon.owl",
"genepio.owl",
"ino.owl",
"nbo.owl",
"ordo.owl",
"ro.owl"
]
} |
ecwood
added a commit
that referenced
this issue
Jul 22, 2024
ecwood
added a commit
that referenced
this issue
Jul 27, 2024
ecwood
added a commit
that referenced
this issue
Jul 27, 2024
ecwood
added a commit
that referenced
this issue
Jul 27, 2024
ecwood
added a commit
that referenced
this issue
Aug 8, 2024
ecwood
added a commit
that referenced
this issue
Aug 11, 2024
ecwood
added a commit
that referenced
this issue
Aug 11, 2024
ecwood
added a commit
that referenced
this issue
Aug 12, 2024
ecwood
added a commit
that referenced
this issue
Aug 17, 2024
These are the keys in the
|
ecwood
added a commit
that referenced
this issue
Aug 23, 2024
ecwood
added a commit
that referenced
this issue
Aug 27, 2024
ecwood
added a commit
that referenced
this issue
Aug 27, 2024
ecwood
added a commit
that referenced
this issue
Aug 27, 2024
ecwood
added a commit
that referenced
this issue
Aug 27, 2024
ecwood
added a commit
that referenced
this issue
Aug 27, 2024
ecwood
added a commit
that referenced
this issue
Aug 27, 2024
ecwood
added a commit
that referenced
this issue
Aug 27, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
ecwood
added a commit
that referenced
this issue
Sep 2, 2024
KG.10.1pre successfully built without ontobio, so I am closing this issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed with Steve in 6/27/24 meeting, we would like to remove our dependency on ontobio in the build system. Per #379, we need to upgrade our Python version, but are having troubles doing this because of dependencies. This is the perfect opportunity to remove ontobio from the build system, thus removing many dependencies as well. It would also potentially help issues such as #367 (though this will require work of its own to do the current categorizing system for those nodes).
The text was updated successfully, but these errors were encountered: