Go to the source code of this file.
Functions | |
| dbsf_install () | |
| dbsf_uninstall () | |
| dbsf_schema () | |
| dbsf_add_software_option ($name, $dbxref_id, $cvterm_id, $description=NULL) | |
| dbsf_add_software_blast () | |
Requires the tabs and icbasic modules.
Definition in file dbsf.install.
| dbsf_add_software_blast | ( | ) |
Helper function to add BLAST software
Use it as a template for adding plugins
Definition at line 219 of file dbsf.install.
References dbsf_add_software_option(), icbasic_get_add_cv_withnames(), icbasic_get_add_dbxref_withnames(), icbasic_populate_cvterms(), and icbasic_populate_prop().
Referenced by dbsf_install().

| dbsf_add_software_option | ( | $ | name, | |
| $ | dbxref_id, | |||
| $ | cvterm_id, | |||
| $ | description = NULL | |||
| ) |
Save a software option.
| $name | Name of option to add | |
| $dbxref_id | ID of dbxref to link with dbxref | |
| $cvterm_id | ID of cvterm to use as type id | |
| $description | Optionally add a description. |
Definition at line 193 of file dbsf.install.
Referenced by dbsf_add_software_blast(), and dbsf_add_software_ssaha2().
| dbsf_install | ( | ) |
Custom implementation of the hook_install ().
Uses db_query to change type to boolean (unsupported in Drupal 6) Adds some CVs Looks for include files to include plugins.
Definition at line 28 of file dbsf.install.
References dbsf_add_software_blast(), dbsf_add_software_ssaha2(), and icbasic_add_cv().

| dbsf_schema | ( | ) |
Implementation of hook_schema().
Definition at line 100 of file dbsf.install.
| dbsf_uninstall | ( | ) |
Implementation of hook_uninstall().
Definition at line 88 of file dbsf.install.
1.5.5