Hi,

I have a perl script that queries a protein database (uniprot) and puts protein
data from the query into a PostgreSQL table. However, what I would like it to
do is check if the protein is in my database already!!

In my database I have a table with a column containing all the protein_ids so I
can return this as a query.

What is the best way/fastest to check the data in my table against the data I
retrive from the UniProt database?!

Many thanks


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to