geneontology / noctua-form-legacy

Simple annoton editor workbench for Noctua.
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Bare CC annotation should generate part-of triples #10

Closed cmungall closed 6 years ago

cmungall commented 6 years ago

From: https://github.com/geneontology/noctua/issues/492

Change the mapping from form to triples.

If BP and MF unspecified, and GP and CC are specified, then the generated triple should be:

gp type GP
cc type CC
gp part_of cc

also reverse

Note: this ONLY applies to the precise condition above, not any other condition

cmungall commented 6 years ago

@DoctorBud is there a unit test for https://github.com/geneontology/simple-annoton-editor/blob/master/app/graph.service.js

cmungall commented 6 years ago

Done in SAE