obophenotype / bds-pipeline-config

Brain data standards ontologies building pipeline configuration
1 stars 1 forks source link

Apply neo:labels for cell types to taxonomy nodes. #7

Closed dosumis closed 3 years ago

dosumis commented 3 years ago
neo_node_labelling:
  - classes:
      - CL:0011005
    label: GABAergic

->

neo_node_labelling:
  - classes:
      - CL:0011005
      - BDSHELP:exemplar_of some CL:0011005
    label: GABAergic

For all cell type nodes

Depends on @hkir-dev completing addition of relation and extension of robot templates

shawntanzk commented 3 years ago

Left at this branch. @hkir-dev happy for you to merge when it is ready.