$username)); tripal_jobs_launch($do_parallel); /** * Print out the usage instructions if they are not followed correctly * * @ingroup tripal_core */ function print_usage($stdout) { fwrite($stdout, "Usage:\n"); fwrite($stdout, " php ./sites/all/modules/tripal_core/tripal_launch_jobs \n\n"); fwrite($stdout, " where is a Drupal user name\n\n"); }