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
874c0aa3
Commit
874c0aa3
authored
Oct 18, 2011
by
Andreas Kusalananda Kähäri
Browse files
*** empty log message ***
parent
dadd5b12
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/BaseMapper.pm
modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/BaseMapper.pm
+4
-2
No files found.
modules/Bio/EnsEMBL/IdMapping/InternalIdMapper/BaseMapper.pm
View file @
874c0aa3
...
...
@@ -238,7 +238,9 @@ sub scores_similar {
sub
filter_sources
{
my
(
$self
,
$other_sources
,
$sources_done
)
=
@_
;
unless
(
scalar
(
@$other_sources
)
and
scalar
(
keys
%$sources_done
)
)
{
unless
(
scalar
(
@
{
$other_sources
}
)
and
scalar
(
keys
%
{
$sources_done
}
)
)
{
return
$other_sources
;
}
...
...
@@ -255,7 +257,7 @@ sub filter_targets {
my
(
$self
,
$other_targets
,
$targets_done
)
=
@_
;
unless
(
scalar
(
@
{
$other_targets
}
)
and
scalar
(
keys
%$targets_done
)
)
and
scalar
(
keys
%
{
$targets_done
}
)
)
{
return
$other_targets
;
}
...
...
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