EBIvariation / CMAT

ClinVar Mapping and Annotation Toolkit
Apache License 2.0
17 stars 10 forks source link

Exclude unsupported EFO branches from Open Targets term mapping #417

Open apriltuesday opened 5 months ago

apriltuesday commented 5 months ago

Open Targets uses the slim version of EFO, which excludes some branches such as material entity. We should ensure the automation fetches terms only from this subset when we are running Open Targets processing.

apriltuesday commented 2 months ago

One way to do this is to just use the regex OT uses during validation to filter the terms we fetch, but this doesn't help us catch potential issues with that regex.