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
d527b78b
Commit
d527b78b
authored
Mar 10, 2011
by
Leo Gordon
Browse files
just a small tweak in the header
parent
37b4eff4
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 @
d527b78b
...
...
@@ -26,11 +26,11 @@ See inline
=head1 AUTHOR
$Author:
ady
$
$Author:
lg4
$
=head1 VERSION
$Revision: 1.
1
$
$Revision: 1.
2
$
=cut
...
...
@@ -156,7 +156,7 @@ sub _add_hive_details {
my
(
$self
)
=
@_
;
if
(
$self
->
config
()
->
{
DisplayDetails
})
{
my
$dbc
=
$self
->
dba
()
->
dbc
();
my
$label
=
sprintf
('
%s@%s
',
$dbc
->
user
name
,
$dbc
->
dbname
);
my
$label
=
sprintf
('
%s@%s
',
$dbc
->
db
name
,
$dbc
->
host
);
$self
->
graph
()
->
add_node
(
'
details
',
label
=>
$label
,
...
...
@@ -294,4 +294,4 @@ sub _get_dataflow_rules {
return
$rules
;
}
1
;
\ No newline at end of file
1
;
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