From 08f2a002fa269c9ecd874c0fa0b889a2258d1e78 Mon Sep 17 00:00:00 2001 From: Monika Komorowska <mk8@sanger.ac.uk> Date: Mon, 17 Oct 2011 14:20:26 +0000 Subject: [PATCH] changes related to stable_id merge --- modules/Bio/EnsEMBL/Utils/ConfParser.pm | 2 +- modules/Bio/EnsEMBL/Utils/ConversionSupport.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/Bio/EnsEMBL/Utils/ConfParser.pm b/modules/Bio/EnsEMBL/Utils/ConfParser.pm index 008b4310d0..499f8909c9 100644 --- a/modules/Bio/EnsEMBL/Utils/ConfParser.pm +++ b/modules/Bio/EnsEMBL/Utils/ConfParser.pm @@ -533,7 +533,7 @@ sub comma_to_list { =head2 list_or_file Arg[1] : Name of parameter to parse - Example : $conf->list_or_file('gene_stable_id'); + Example : $conf->list_or_file('gene'); Description : Determines whether a parameter holds a list or it is a filename to read the list entries from. Return type : true on success diff --git a/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm b/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm index eb409479c8..b9f7c85fd7 100644 --- a/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm +++ b/modules/Bio/EnsEMBL/Utils/ConversionSupport.pm @@ -561,7 +561,7 @@ sub comma_to_list { =head2 list_or_file Arg[1] : Name of parameter to parse - Example : $support->list_or_file('gene_stable_id'); + Example : $support->list_or_file('gene'); Description : Determines whether a parameter holds a list or it is a filename to read the list entries from. Return type : true on success -- GitLab