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
cc5830e9
Commit
cc5830e9
authored
May 06, 2010
by
Eugene Kulesha
Browse files
fixed a typo
parent
4a9b9a8d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
modules/Bio/EnsEMBL/DBSQL/GeneAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/GeneAdaptor.pm
+3
-2
No files found.
modules/Bio/EnsEMBL/DBSQL/GeneAdaptor.pm
View file @
cc5830e9
...
...
@@ -1894,9 +1894,9 @@ sub fetch_nearest_Gene_by_Feature{
my
$overlapping
=
$feat
->
get_overlapping_Genes
();
if
(
defined
(
@
{
$overlapping
}[
0
]))
{
return
@
{
$overlapping
}[
0
]
if
(
defined
(
@
{
$overlapping
}[
0
]))
;
# print "found overlapping\n";
return
@
{
$overlapping
}[
0
];
# }
# else{
# print "No overlapping trying nearest\n";
...
...
@@ -1942,6 +1942,7 @@ sub fetch_nearest_Gene_by_Feature{
return
undef
;
}
}
##########################
# #
...
...
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