Tripal v1.0 (6.x-1.0)
tripal_core.module File Reference

Go to the source code of this file.

Functions

 tripal_core_init ()
 tripal_core_menu ()
 tripal_core_perm ()
 tripal_core_theme ()
 tripal_core_job_describe_args ($callback, $args)
 tripal_core_load_gff3 ($gff_file, $organism_id, $analysis_id, $add_only=0, $update=0, $refresh=0, $remove=0, $job=NULL)
 tripal_core_coder_ignore ()

Detailed Description

The Tripal Core module

Definition in file tripal_core.module.


Function Documentation

tripal_core_coder_ignore ( )

Implements hook_coder_ignore(). Defines the path to the file (tripal_core.coder_ignores.txt) where ignore rules for coder are stored

Definition at line 351 of file tripal_core.module.

                                    {
  return array(
    'path' => drupal_get_path('module', 'tripal_core'),
    'line prefix' => drupal_get_path('module', 'tripal_core'),
  );
}
tripal_core_load_gff3 ( gff_file,
organism_id,
analysis_id,
add_only = 0,
update = 0,
refresh = 0,
remove = 0,
job = NULL 
)

this is just a wrapper for backwards compatibility with a naming mistake. it can go away in the future as it only is useful for jobs created by v0.3b

Definition at line 340 of file tripal_core.module.

                                                       {

  tripal_feature_load_gff3($gff_file, $organism_id, $analysis_id, $add_only,
    $update, $refresh, $remove, $job);
}
 All Classes Files Functions Variables