|
Tripal 0.3b
|
Go to the source code of this file.
Functions | |
| runjob ($sitename, $username) | |
Variables | |
| $sitesDir = 'sites' | |
| $debug = 0 | |
| $cg = new Console_Getopt() | |
| $allowedShortOptions = "h:u:" | |
| $args = $cg->readPHPArgv() | |
| $ret = $cg->getopt($args, $allowedShortOptions) | |
| $hostname = "" | |
| $username = "" | |
| $opts = $ret[0] | |
| $allowedShortOptions = "h:u:" |
Definition at line 29 of file tripal_launch_jobs_multi.php.
| $args = $cg->readPHPArgv() |
Definition at line 32 of file tripal_launch_jobs_multi.php.
Referenced by chado_query(), tripal_add_job(), tripal_core_chado_select(), tripal_core_chado_v1_11_load_form_submit(), tripal_core_gff3_load_form_submit(), tripal_core_job_describe_args(), tripal_core_preprocess_tripal_core_job_view(), tripal_cv_add_cvterm_callback(), tripal_cv_obo_form_submit(), tripal_feature_fasta_load_form_submit(), tripal_feature_job_describe_args(), tripal_jobs_launch(), tripal_jobs_rerun(), and tripal_mviews_action().
| $cg = new Console_Getopt() |
Definition at line 26 of file tripal_launch_jobs_multi.php.
| $debug = 0 |
Definition at line 15 of file tripal_launch_jobs_multi.php.
| $hostname = "" |
Definition at line 49 of file tripal_launch_jobs_multi.php.
| $opts = $ret[0] |
Definition at line 53 of file tripal_launch_jobs_multi.php.
| $ret = $cg->getopt($args, $allowedShortOptions) |
Definition at line 35 of file tripal_launch_jobs_multi.php.
Referenced by tripal_core_load_gff3_dbxref(), tripal_core_load_gff3_ontology(), tripal_cv_update_6000(), tripal_feature_update_6000(), and tripal_feature_update_6300().
| $sitesDir = 'sites' |
Definition at line 14 of file tripal_launch_jobs_multi.php.
| $username = "" |
Definition at line 50 of file tripal_launch_jobs_multi.php.