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

Obask refactoring #9

Merged
merged 18 commits into from
May 21, 2024
Merged

Obask refactoring #9

merged 18 commits into from
May 21, 2024

Conversation

ubyndr
Copy link
Collaborator

@ubyndr ubyndr commented May 20, 2024

Resolves #1

Currently we have the following;

Write Makefile that:

reads CSV input - detailing datasets and author_category fields (CSV to be provided by @dosumis)
Pulls Anndata file from Census
Runs Pandasaurus to generate RDF
Run OBASK,

importing all output RDF files from step 1.
Ontologies: CL; GO; Uberon

The process is almost fully automated. User need to prepare the file list for their owl files generated via anndata2rdf container and add them to collectdata full_ontologies files.

i.e.

file:///out/local_ontologies/0054013c-290b-437e-b98e-642aa77d6ebc.owl
file:///out/local_ontologies/01afd5b8-21be-4869-a686-1fe94ff6f4d8.owl
file:///out/local_ontologies/06a7ffec-2697-4d6f-96f6-d00a34bedb3d.owl
file:///out/local_ontologies/070d3916-633e-43af-bcc6-30358a327161.owl
file:///out/local_ontologies/0b3d19b3-df06-4265-9803-82f598e59dba.owl
file:///out/local_ontologies/10bb8aaa-ebc6-4026-94ae-a33ac16b5366.owl
file:///out/local_ontologies/1af9835f-469e-452f-a91d-f42af3f91042.owl
file:///out/local_ontologies/1c6e54ca-ef0c-4acc-9891-d3b7d2cd7a0e.ow

@ubyndr ubyndr marked this pull request as ready for review May 20, 2024 15:29
@ubyndr ubyndr requested a review from hkir-dev May 20, 2024 15:29
@@ -2,10 +2,12 @@ version: '3.8'

services:
anndata2rdf:
image: anndata2rdf:latest
image: ghcr.io/obophenotype/cl_kb:main@sha256:26384c8de0416e3d9888407d73472d12709d0924cd509081f74b9b5e17e634cf
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we publish our own image in Cellular Semantics or Obask Tolls instead of using the one from obophenotype

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The repo has been moved from obophenotype to Cellular-Semantics recently.

Copy link

cl_kb_pipeline/config/dumps/neo4j2owl-config.yaml file passed validation check

@ubyndr ubyndr merged commit 39c725f into main May 21, 2024
1 check passed
@ubyndr ubyndr deleted the obask-refactoring branch May 21, 2024 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EPIC: Write Makefile to drive RDF-OWL generation for KG construction from CxG corpus
2 participants