Hi Ola!
you might also want to have a look at how the SPICE - browser does the
das communication.
http://www.efamily.org.uk/software/dasclients/spice/
devel_dasrequests.shtml
Cheers,
Andreas
---
Andreas Prlic Wellc
[mailto:[EMAIL PROTECTED] On Behalf Of Ola Spjuth
> Sent: Tuesday, November 29, 2005 1:56 AM
> To: biojava-l@biojava.org
> Subject: [Biojava-l] DAS questions
>
>
> Hi,
>
> Experimenting with the DAS client to retrieve proteins from uniprot I
> have a few questions:
Hi,
Experimenting with the DAS client to retrieve proteins from uniprot I
have a few questions:
dbURL = new URL("http://www.ebi.ac.uk/das-srv/uniprot/das/aristotle/";);
String seqName="Q12345";
DASSequenceDB dasDB = new DASSequenceDB(dbURL);
DASSequence dasSeq = (DASSequence) dasDB.getSequence(se