G1.57 Upgrade use of chado_insert_cvterm() to use the Tripal 4 terms service. #57
Labels
Group 1 - Content Types | Ontology | Fields
Any issue relating to Tripal Content including types, terms, and fields.
HIGH PRIORITY
Branch
g1.57-useT4TermsService
Groups
Group 1 - Content Types | Ontology | Fields
Describe
Currently the TripalCultivatePhenotypesTermsService uses chado_insert_cvterm() to insert the terms needed by the module. However, this function is deprecated in Tripal 4 and VERY slow.
Design
My plan is to take the information on default terms in trpcultivate_phenotypes.settings.yml and format them to match the Tripal Default Terms for Content Types.
Then I can update the current
loadTerms()
method to use the Tripal Core ChadoTermsInit service.The text was updated successfully, but these errors were encountered: