소스 검색

biomaterial migration changed from local in tripal_chado_migrate_map_types

bradfordcondon 7 년 전
부모
커밋
ce83c84d1d
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      tripal_chado/includes/tripal_chado.migrate.inc

+ 3 - 3
tripal_chado/includes/tripal_chado.migrate.inc

@@ -684,9 +684,9 @@ function tripal_chado_migrate_map_types($tv2_content_types) {
   }
   else if ($table == 'biomaterial') {
     array_push($types, array(
-      'vocabulary' => 'local',
-      'accession' => 'biomaterial',
-      'term_name' => 'biomaterial',
+      'vocabulary' => 'sep',
+      'accession' => '1095',
+      'term_name' => 'biological sample',
       'storage_args' => array (
         'data_table' => $table
       )