Sfoglia il codice sorgente

biomaterial migration changed from local in tripal_chado_migrate_map_types

bradfordcondon 7 anni fa
parent
commit
ce83c84d1d
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  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
       )