Re: [Biojava-l] DAS questions

2005-11-29 Thread Andreas Prlic
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

RE: [Biojava-l] DAS questions

2005-11-28 Thread Richard HOLLAND
If it's any help, you can see what IDs the DAS source is providing by doing this: // construct your DASSequenceDB (dasDB) object as you did before Set ids = dasDB.ids(); // Does the set contain Q12345? if (ids.contains("Q12345")) { System.out.printl