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
f135f541
Commit
f135f541
authored
Oct 17, 2013
by
Andy Yates
Browse files
turning off the warning for alt alleles when a gene is not in one
parent
07d02fb6
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 @
f135f541
...
...
@@ -969,7 +969,6 @@ sub fetch_all_alt_alleles {
my
$gene_id
=
$gene
->
dbID
();
if
(
!
$gene_id
)
{
warning
('
Cannot retrieve alternate alleles for gene without dbID
');
return
[]
;
}
...
...
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