Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
ec9aa85f
Commit
ec9aa85f
authored
Sep 20, 2010
by
Leo Gordon
Browse files
fixing a typo
parent
4d7032b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisJobAdaptor.pm
modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisJobAdaptor.pm
+1
-1
No files found.
modules/Bio/EnsEMBL/Hive/DBSQL/AnalysisJobAdaptor.pm
View file @
ec9aa85f
...
...
@@ -604,7 +604,7 @@ sub release_and_age_job {
sub
gc_dataflow
{
my
(
$self
,
$analysis_id
,
$job_id
,
$branch_code
)
=
@_
;
unless
(
@
{
$self
->
adaptor
->
db
->
get_DataflowRuleAdaptor
->
fetch_from_analysis_id_branch_code
(
$analysis_id
,
$branch_code
)
})
{
unless
(
@
{
$self
->
db
->
get_DataflowRuleAdaptor
->
fetch_from_analysis_id_branch_code
(
$analysis_id
,
$branch_code
)
})
{
return
0
;
# no corresponding gc_dataflow rule has been defined
}
...
...
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