Skip to content
Snippets Groups Projects
Commit 036deb95 authored by Jessica Severin's avatar Jessica Severin
Browse files

switched to new improved job reset API (Queen::reset_and_fetch_job_by_dbID)

parent bdcd57f6
No related branches found
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ if($self->{'logic_name'}) {
if($self->{'job_id'}) {
printf("fetching job for id ", $self->{'job_id'}, "\n");
$self->{'analysis_job'} = $queen->grab_job_by_dbID($self->{'job_id'});
$self->{'analysis_job'} = $queen->reset_and_fetch_job_by_dbID($self->{'job_id'});
$self->{'analysis_id'} = $self->{'analysis_job'}->analysis_id if($self->{'analysis_job'});
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment