Skip to content
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

Config update 20241016 v2 #33

Merged
merged 2 commits into from
Oct 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cl_kb_pipeline/config/collectdata/vfb_fullontologies.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
http://purl.obolibrary.org/obo/cl/cl-base.owl
https://purl.obolibrary.org/obo/go/go-base.owl
http://purl.obolibrary.org/obo/uberon/uberon-base.owl
http://purl.obolibrary.org/obo/ncbitaxon/subsets/taxslim.owl
http://purl.obolibrary.org/obo/hancestro/hancestro.owl
http://purl.obolibrary.org/obo/mondo/mondo-simple.owl
http://purl.obolibrary.org/obo/pato.owl
Expand Down
27 changes: 27 additions & 0 deletions cl_kb_pipeline/config/dumps/neo4j2owl-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,33 @@ neo_node_labelling:
- classes:
- sc:Dataset
label: Dataset
- classes:
- HANCESTRO:0004
label: Race
description: a term that refers to the ancestry of a Homo sapiens
- classes:
- MONDO:0000001
label: Disease
description: a disease or disorder, plus 'normal' (latter pulled from SPARQL query)
- classes:
- UBERON:0000105
- MmusDv:0000000
- HsapDv:0000000
label: Developmental_stage
description: a term that refers to a life cycle stage
- classes:
- NCBITaxon:9606
label: Homo_sapiens
description: an organism that belongs to the species H. sapiens or a term that is applicable to H. sapiens
- classes:
- NCBITaxon:10090
label: Mus_musculus
description: an organism that belongs to the species M. musculus (house mouse) or a term that is applicable to M. musculus
- classes:
- UBERON:0010000
- UBERON:0000178
label: Multicellular_anatomical_structure



curie_map:
Expand Down
Loading