phylotastic / phylotastic-portal

Web tool (ruby on rails) providing access to phylotastic services for acquiring species trees.
https://github.com/phylotastic/phylotastic/wiki
1 stars 3 forks source link

Use GNRD to get OTT ids #329

Open arlin opened 5 years ago

arlin commented 5 years ago

Name resolution using OT services was a bottleneck during load testing. Possible solution is to use GNRD to resolve against OTT. GNRD can match against OTT, returning ottids, which means we can replace OT taxonomy services with GNRD. This means fewer steps, also probably faster and more robust. GNRD also can include valid names that do not match OTT.

Therefore GNRD can replace OT taxonomy services in all workflows.