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
Commits
6908c322
Commit
6908c322
authored
Aug 10, 2012
by
Magali Ruffier
Browse files
if no assembly exception, return all slices
parent
9c4494e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
+2
-0
No files found.
modules/Bio/EnsEMBL/DBSQL/SliceAdaptor.pm
View file @
6908c322
...
...
@@ -628,6 +628,8 @@ sub fetch_by_region_unique {
$self
->
_build_exception_cache
();
}
if
(
!
exists
(
$self
->
{'
asm_exc_cache
'}
->
{
$self
->
get_seq_region_id
(
$slice
)
}
))
{
return
$slice
;
}
if
(
exists
(
$self
->
{'
asm_exc_cache
'}
->
{
$self
->
get_seq_region_id
(
$slice
)
}
)
)
...
...
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