Skip to content
Snippets Groups Projects
Commit 1b8a30b9 authored by Ian Longden's avatar Ian Longden
Browse files

Do not use the PRINTS interpro entrys for the interpro2go mappings

parent 80e1862c
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ sub process{
FROM interpro ip, xref x
LEFT JOIN dependent_xref dx ON x.xref_id=dx.master_xref_id
LEFT JOIN xref x2 ON dx.dependent_xref_id=x2.xref_id
WHERE ip.interpro = x.accession");
WHERE ip.interpro = x.accession and ip.dbtype ne 'PRINTS'");
my $rv = $sth->execute();
# my %interpro_cache;
my %added;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment