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
8a8ca045
Commit
8a8ca045
authored
Oct 21, 2013
by
Web Group
Browse files
quieten webcode when no alt_alleles
parent
f135f541
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
modules/Bio/EnsEMBL/DBSQL/GeneAdaptor.pm
modules/Bio/EnsEMBL/DBSQL/GeneAdaptor.pm
+0
-1
No files found.
modules/Bio/EnsEMBL/DBSQL/GeneAdaptor.pm
View file @
8a8ca045
...
...
@@ -975,7 +975,6 @@ sub fetch_all_alt_alleles {
my
$aaga
=
$self
->
db
->
get_adaptor
('
AltAlleleGroup
');
my
$aag
=
$aaga
->
fetch_Group_by_Gene_dbID
(
$gene
->
dbID
);
unless
(
$aag
)
{
warning
("
Supplied gene has no alternative alleles
");
return
[]
;
}
return
$aag
->
get_all_Genes
('
No starting Gene
');
...
...
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