[basedb-devel] extract Annotations from BioAssay: error connection closed

2008-03-31 Thread Alessandro De Stasio
Hi, I'm writing a Fold Change Plugin. I need to extract all the Annotations from a list of BioAssay. So When I try: ... DbControl dc = sc.newDbControl(); //From the input BioAssaySet source = getSourceBioAssaySet(dc); ListBioAssay bioAssays = (ListBioAssay)

Re: [basedb-devel] extract Annotations from BioAssay: error connection closed

2008-03-31 Thread Nicklas Nordborg
Alessandro De Stasio wrote: Hi, I'm writing a Fold Change Plugin. I need to extract all the Annotations from a list of BioAssay. So When I try: ... DbControl dc = sc.newDbControl(); //From the input BioAssaySet source = getSourceBioAssaySet(dc);