From a3a8607aa85f68375fa7a51d8f05fb9e853f4387 Mon Sep 17 00:00:00 2001
From: Graham McVicker <mcvicker@sanger.ac.uk>
Date: Wed, 2 Jul 2003 14:46:37 +0000
Subject: [PATCH] removed gff_feature = "domain" constraint from SQL query

---
 modules/Bio/EnsEMBL/DBSQL/ProteinFeatureAdaptor.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/Bio/EnsEMBL/DBSQL/ProteinFeatureAdaptor.pm b/modules/Bio/EnsEMBL/DBSQL/ProteinFeatureAdaptor.pm
index 293a543a03..2532d85261 100755
--- a/modules/Bio/EnsEMBL/DBSQL/ProteinFeatureAdaptor.pm
+++ b/modules/Bio/EnsEMBL/DBSQL/ProteinFeatureAdaptor.pm
@@ -227,7 +227,6 @@ sub fetch_all_by_feature_and_dbID{
                                       left join xref as x on x.dbprimary_acc = i.interpro_ac
                                 WHERE p.translation_id = '$transl' 
                                       AND p.analysis_id = a.analysis_id 
-                                      AND a.gff_feature = 'domain' 
                                       AND a.gff_source = '$feature'");
       
       $sth->execute();
-- 
GitLab