cellannotation / cap-pipeline-config

Building ontology pipeline configurations for the Cell Annotation Platform
3 stars 0 forks source link

Create ODK for CAP helper ontology #60

Closed dosumis closed 2 years ago

dosumis commented 2 years ago

AIM: An ODK based repo that allows us to finely tailor content for loading into the KB and also to manage content generated for CAP

Examples:

dosumis commented 2 years ago

@ubyndr to implement, but @bvarner-ebi should join to observe.

evanbiederstedt commented 2 years ago

@ubyndr The above roughly makes sense to me. Please assign me to any PRs for review.

Let's also discuss in-person at the next Ugur-Evan 1-on-1 meeting

evanbiederstedt commented 2 years ago

In fact, this ODK idea is very very good. This might be able to replace the Google Spreadsheet idea we had for @mfutey and @arapoff to review published datasets.

CC @ilguzin

ubyndr commented 2 years ago

Created a simple repo at kharchenkolab/cap_ontology with following config;

id: capo
title: "CAP Ontology"
github_org: kharchenkolab
git_main_branch: main
repo: cap_ontology
use_dosdps: TRUE
release_artefacts: 
  - base
  - full
  - simple
primary_release: full
export_formats:
  - owl
  - obo
  - json
import_group:
  products: 
    - id: ro
    - id: pato
robot_java_args: '-Xmx8G'

I thought I would need to determine the imports and exact terms to start with but it seems I just needed to create an initial repo to work with. Sorry for my misunderstanding.