瀏覽代碼

This commit adds support for the protocol, assay and arraydesign tables as well as adds many new terms for chado table columns that didn't have terms associated

Stephen Ficklin 6 年之前
父節點
當前提交
61495b0eb7
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      tripal_chado/includes/tripal_chado.semweb.inc

+ 7 - 0
tripal_chado/includes/tripal_chado.semweb.inc

@@ -689,6 +689,13 @@ function tripal_chado_populate_vocab_EFO() {
     'definition' => '',
   ));
   chado_associate_semweb_term('arraydesign', 'manufacturer_id', $term);
+  $term = chado_insert_cvterm(array(
+    'id' => 'EFO:0001728',
+    'name' => 'array manufacturer',
+    'cv_name' => 'efo',
+    'definition' => '',
+  ));
+  chado_associate_semweb_term('arraydesign', 'manufacturer_id', $term);
 }
 /**
  * Adds the Eagle-i Resource Ontology database and terms.