Browse Source

Support for using a job id

E.Cannon 9 năm trước cách đây
mục cha
commit
8f9caca646
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      blast_ui.module

+ 1 - 1
blast_ui.module

@@ -219,7 +219,7 @@ function show_blast_output($job_id) {
   // BLAST is in the queue, running or complete in order to determine what to show the user
   // BLAST is in the queue, running or complete in order to determine what to show the user
   //decode the job_id
   //decode the job_id
   $job_id = base64_decode($job_id);
   $job_id = base64_decode($job_id);
-	$job = tripal_get_job($job_id);
+  $job = tripal_get_job($job_id);
 
 
   // 1) Job is in the Queue
   // 1) Job is in the Queue
   if ($job->start_time === NULL AND $job->end_time == NULL) {
   if ($job->start_time === NULL AND $job->end_time == NULL) {