From ca883211102d940294ec027bcf0ed79806a00ee2 Mon Sep 17 00:00:00 2001 From: Likhitha Surapaneni <10923198+likhitha-surapaneni@users.noreply.github.com> Date: Fri, 9 Aug 2024 15:30:00 +0100 Subject: [PATCH] Minor changes --- modules/Bio/EnsEMBL/VEP/FilterSet.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Bio/EnsEMBL/VEP/FilterSet.pm b/modules/Bio/EnsEMBL/VEP/FilterSet.pm index a503c02c1..2d839d127 100644 --- a/modules/Bio/EnsEMBL/VEP/FilterSet.pm +++ b/modules/Bio/EnsEMBL/VEP/FilterSet.pm @@ -591,7 +591,7 @@ sub get_input { my ($text, $num) = ($1, $2); - if($num ne "") { + if($num ne '') { ## Value can also be a HASH, we pick a key to make it scalar ## Assumes that all the values are of similar format if (ref $value eq "HASH") {