Tripal
|
Functions | |
chado_migrate_tripal_content_type ($type=[]) | |
Provides an application programming interface (API) to migrate content.
chado_migrate_tripal_content_type | ( | $type = [] | ) |
Migrate Tripal content types
Migrate specified Tripal content type and publish all its content. The content type will be created if it does not already exist.
$type | A type array specifying the vocabular, accession, term_name, and chado data_table e.g. $type = array( 'vocabulary' => 'OBI', 'accession' => '0100026', 'term_name' => 'organism', 'storage_args' => array ( 'data_table' => $table ) ) |