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
b556650f
Commit
b556650f
authored
Oct 30, 2013
by
Leo Gordon
Browse files
cosmetic: renamed 2 local methods to reduce confusion
parent
7db41667
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
modules/Bio/EnsEMBL/Hive/Utils/Graph.pm
modules/Bio/EnsEMBL/Hive/Utils/Graph.pm
+4
-4
No files found.
modules/Bio/EnsEMBL/Hive/Utils/Graph.pm
View file @
b556650f
...
...
@@ -206,8 +206,8 @@ sub build {
$self
->
_add_analysis_node
(
$analysis
);
}
foreach
my
$analysis
(
$all_analyses_coll
->
list
)
{
$self
->
_control_rules
(
$analysis
->
control_rules_collection
);
$self
->
_dataflow_rules
(
$analysis
->
dataflow_rules_collection
);
$self
->
_
add_
control_rules
(
$analysis
->
control_rules_collection
);
$self
->
_
add_
dataflow_rules
(
$analysis
->
dataflow_rules_collection
);
}
if
(
$self
->
config_get
('
DisplayStretched
')
)
{
# put each analysis before its' funnel midpoint
...
...
@@ -400,7 +400,7 @@ sub _add_analysis_node {
}
sub
_control_rules
{
sub
_add
_control_rules
{
my
(
$self
,
$ctrl_rules
)
=
@_
;
my
$control_colour
=
$self
->
config_get
('
Edge
',
'
Control
',
'
Colour
');
...
...
@@ -419,7 +419,7 @@ sub _control_rules {
}
sub
_dataflow_rules
{
sub
_add
_dataflow_rules
{
my
(
$self
,
$dataflow_rules
)
=
@_
;
my
$graph
=
$self
->
graph
();
...
...
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