geneontology / termgenie

Web-application for pattern-based ontology class generation
7 stars 6 forks source link

Add disjoint axioms to TermGenie #29

Closed hdietze closed 9 years ago

hdietze commented 9 years ago

Original issue 29 created by hdietze on 2013-06-17T17:17:29.000Z:

We need to add the disjoint to the import chain for TermGenie.

Recently Becky created an unsatisfiable term with conflicting parents: is_a: GO:0044445 ! cytosolic part --> cytolsol is_a: GO:0005667 ! transcription factor complex --> nuclear pst

(cytosol disjoint with nuclear part)

We only caught that during the checks in Jenkins, as TermGenie currently does not load the x-disjoint.owl file.

Difficulty: Low It should be straight forward to add another 'support ontology'. Will do some testing, but there should be no negative effects.

hdietze commented 9 years ago

Comment #1 originally posted by hdietze on 2013-06-17T17:28:09.000Z:

<empty>

hdietze commented 9 years ago

Comment #2 originally posted by hdietze on 2013-06-17T19:29:07.000Z:

Works on the local test machine. Can be deployed as soon as Chris gives the okay.

hdietze commented 9 years ago

Comment #3 originally posted by hdietze on 2013-06-19T18:09:58.000Z:

The change is deployed and TermGenie reports the example class to be unsatisfiable.