Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
d99034b3
Commit
d99034b3
authored
Jan 15, 2009
by
Michael Paulini
Browse files
fixed a printf debug statement to actually print something.
parent
17d1ba26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/runWorker.pl
scripts/runWorker.pl
+2
-2
No files found.
scripts/runWorker.pl
View file @
d99034b3
...
...
@@ -136,14 +136,14 @@ if($self->{'analysis_id'} and $self->{'input_id'}) {
$self
->
{'
analysis_job
'}
->
input_id
(
$self
->
{'
input_id
'});
$self
->
{'
analysis_job
'}
->
analysis_id
(
$self
->
{'
analysis_id
'});
$self
->
{'
analysis_job
'}
->
dbID
(
-
1
);
print
f
("
creating job outside database
\n
");
print
("
creating job outside database
\n
");
$self
->
{'
analysis_job
'}
->
print_job
;
$self
->
{'
debug
'}
=
1
unless
(
defined
(
$self
->
{'
debug
'}));
$self
->
{'
outdir
'}
=
''
unless
(
defined
(
$self
->
{'
outdir
'}));
}
if
(
$self
->
{'
job_id
'})
{
printf
("
fetching job for id
",
$self
->
{'
job_id
'}
,
"
\n
"
);
printf
("
fetching job for id
%i
\n
",
$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
'});
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment