INCATools / dosdp-tools

Utility for working with DOSDP design patterns and OWL ontologies
MIT License
24 stars 5 forks source link

Need QC to determine whether TSV filler conforms to pattern var range #96

Open matentzn opened 5 years ago

matentzn commented 5 years ago

For example, XPO is compiled using only DOSDP patterns (no manual curation), which adds up to 3112 phenotypes. If I run dosdp-query against this, I get 2969 patterns generated (covering all five uPheno patterns). Does any one have an idea what could cause this? @balhoff

matentzn commented 5 years ago

Okay the reason is that not all entities in pattern actually conform to the range specified for the filler variable.. We need QC that checks whether a def confomrs to the specified range.

matentzn commented 5 years ago

This is now top of my wishlist; however, I would like to be able to compile a patterns even if the filler range restrictions are violated; just with a clear error message.