From 2f06424b5bfe1ef67be8ebd209383ca5bd184112 Mon Sep 17 00:00:00 2001 From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04> Date: Mon, 21 Jul 2008 15:30:23 +0000 Subject: [PATCH] ignore thmm git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@8305 ee4ac58c-ac51-4696-9907-e4b3aa274f04 --- artemis_sqlmap/Feature.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/artemis_sqlmap/Feature.xml b/artemis_sqlmap/Feature.xml index f5dcc8f42..8756897a8 100644 --- a/artemis_sqlmap/Feature.xml +++ b/artemis_sqlmap/Feature.xml @@ -326,7 +326,9 @@ LEFT JOIN featureloc fl ON f.feature_id=fl.feature_id LEFT JOIN analysisfeature af ON f.feature_id=af.feature_id LEFT JOIN analysis a ON af.analysis_id=a.analysis_id - WHERE f.type_id != (SELECT cvterm_id FROM cvterm where name='polypeptide_domain') + WHERE f.type_id NOT IN (SELECT cvterm_id FROM cvterm where name='polypeptide_domain' + OR name='membrane_structure' OR name='non_cytoplasm_location' + OR name='transmembrane' OR name='cytoplasm_location') AND f.feature_id IN </sql> -- GitLab