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
Commits
53b2b36f
Commit
53b2b36f
authored
Sep 07, 2010
by
Andreas Kusalananda Kähäri
Browse files
Remove warning from is_circular(), it was filling up the web logs.
parent
22ed7532
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
modules/Bio/EnsEMBL/Slice.pm
modules/Bio/EnsEMBL/Slice.pm
+1
-4
No files found.
modules/Bio/EnsEMBL/Slice.pm
View file @
53b2b36f
...
...
@@ -529,10 +529,7 @@ sub is_toplevel {
sub
is_circular
{
my
(
$self
)
=
@_
;
if
(
!
defined
(
$self
->
adaptor
()
)
)
{
warning
("
Slice has no adaptor, assuming it's not circular.
");
return
0
;
}
if
(
!
defined
(
$self
->
adaptor
()
)
)
{
return
0
}
if
(
!
defined
(
$self
->
{'
circular
'}
)
)
{
my
$attrs
=
$self
->
get_all_Attributes
('
circular_seq
');
...
...
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