Procházet zdrojové kódy

biomaterial migration changed from local in tripal_chado_migrate_map_types

bradfordcondon před 7 roky
rodič
revize
ce83c84d1d
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  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
       )