From d29064c93f7a67f3356dd9ef2c054cc729bec876 Mon Sep 17 00:00:00 2001 From: Monika Komorowska <mk8@sanger.ac.uk> Date: Thu, 7 Jun 2012 09:30:49 +0000 Subject: [PATCH] updated method documentation --- modules/Bio/EnsEMBL/DBSQL/AssemblyInfoAdaptor.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/modules/Bio/EnsEMBL/DBSQL/AssemblyInfoAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/AssemblyInfoAdaptor.pm index 0837a2a403..3637c0bfa4 100644 --- a/modules/Bio/EnsEMBL/DBSQL/AssemblyInfoAdaptor.pm +++ b/modules/Bio/EnsEMBL/DBSQL/AssemblyInfoAdaptor.pm @@ -143,9 +143,11 @@ sub fetch_info { Arg [1] : string $seq_region_name (optional) The name of the toplevel seq_region for which statistics should be fetched - Description: Returns a hash - Returntype : hash with assembly statistics name and value pairs - Exceptions : none + Description: Returns a reference to a hash containing density features/ density related + seq_region attributes for a toplevel seq_region provided or if none + provided - all top level seq regions + Returntype : hashref + Exceptions : throw if the toplevel slice with seq_region_name provided does not exist Caller : general Status : Stable -- GitLab