From 10f19281f47ee26d732af4cfad1ae5ca1d73635b Mon Sep 17 00:00:00 2001 From: Glenn Proctor <gp1@sanger.ac.uk> Date: Fri, 26 Oct 2007 14:34:51 +0000 Subject: [PATCH] Clarified POD --- modules/Bio/EnsEMBL/Gene.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/Gene.pm b/modules/Bio/EnsEMBL/Gene.pm index 3212a774d7..1402a00ff7 100755 --- a/modules/Bio/EnsEMBL/Gene.pm +++ b/modules/Bio/EnsEMBL/Gene.pm @@ -460,7 +460,8 @@ sub get_all_DBEntries { Example : @dblinks = @{ $gene->get_all_DBLinks }; : @dblinks = @{ $gene->get_all_DBLinks("Uniprot%") }; - Arg [1] : <optional> database name use % for wild card as sent to sql directly + Arg [1] : <optional> database name. SQL wildcard characters (_ and %) can be used to + specify patterns. Description: Retrieves _all_ related DBEntries for this gene. This includes all DBEntries that are associated with the transcripts and corresponding translations of this gene. -- GitLab