Dear psicquic developers and users,
I want to select from the registry all services which interactions are described with Uniprotkb identifiers.
My first idea was to query for idA and idB which contains the string "uniprotkb", but it will fail because the database is not indexed in lucene.
Do anyone have a suggestion on how I can manage this query?
thanks,
Arnaud
--
--
You received this message because you are subscribed to the Google
Groups PSICQUIC group.
To post to this group, send email to psic...@googlegroups.com
To unsubscribe from this group, send email to
psicquic+u...@googlegroups.com
http://psicquic.googlecode.com
---
You received this message because you are subscribed to the Google Groups "psicquic" group.
To unsubscribe from this group and stop receiving emails from it, send an email to psicquic+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hi Arnaud,On 9 December 2013 14:44, Arnaud Céol <arnaud.ceol@gmail.com> wrote:
Dear psicquic developers and users,
I want to select from the registry all services which interactions are described with Uniprotkb identifiers.The registry will not give you this information, so you will have to query service by service. You could though select those services which provide "protein-protein" interactions.My first idea was to query for idA and idB which contains the string "uniprotkb", but it will fail because the database is not indexed in lucene.