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

fixed sql command

parent bf950eee
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 and ip.dbtype ne 'PRINTS'");
WHERE ip.interpro = x.accession and ip.dbtype != '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