statonlab / tripal_ssr

0 stars 0 forks source link

add binary featureprop to parent feature: Has SSR #33

Closed bradfordcondon closed 6 years ago

bradfordcondon commented 6 years ago
/**
 * Add associated ssrs cvterm
 */
function tripal_ssr_update_7201(){
  tripal_insert_cvterm([
    'name' => 'tripal_associated_ssr',
    'def' => 'This feature has predicted or confirmed SSRs associated with it.',
    'cv_name' => 'feature_property',
    'db_name' => 'tripal',
  ]);
}

this will be associated with parent feature, making the ssr name easily searchable, and a way to toggle "has ssr" for ES.