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] Multiple questions

2005-11-29 Thread Kalle Näslund
Ola Spjuth wrote: Hi, I am investigating the usefulness of BioJava as a backend for sequence management in Bioclipse (www.bioclipse.net). As a total newbie to Biojava, I have read the tutorial, BIA examples, glanced at the API, read my first FASTA-sequence and have come up with a few questions:

Re: [Biojava-l] Multiple questions

2005-11-29 Thread Ola Spjuth
Thanks for all the comments, it should get me started. I do not intend to write a file-format guesser (out of my scope) but I would like to make an RFE for it here and now. I think many people would benefit from it. Cheers, .../Ola On Tue, 2005-11-29 at 14:34, Kalle Näslund wrote: > Ola Spju

[Biojava-l] "error loading ontology terms"

2005-11-29 Thread Felix Dreher
Hello, I'm referring to the BioSQL-Database-Problem, which I described last week. I had a problem with the exception "error loading ontology terms" when trying to add a Sequence to the DB. At that time I used Biojava1.4. As I was advised, I installed the latest CVS-update today and now the data

Re: [Biojava-l] Multiple questions

2005-11-29 Thread mark . schreiber
Regarding the format guessing function. It was deprecated cause it cannot be gaurenteed to work. However, deprecation might be a bit extreme, especially if many people use it. I would propose that we undeprecate it and just document a warning saying it may not work. Any objections? - Mark

RE: [Biojava-l] Multiple questions

2005-11-29 Thread Richard HOLLAND
Hi there, Seeing as people think it'd be quite useful, I've added some format-guessing functionality to BioJavaX (although I haven't touched the old one). Here's how you would use it: // Load the classes that represent the selection of formats your program expects to receive Cl

[Biojava-l] sturcture.io

2005-11-29 Thread Tamas Horvath
I've got an ArrayList object containing a PDB file's information.How may I feed it to the structure parser? As far as I could see, it onlyaccepts BufferdReader or imputStream... ___ Biojava-l mailing list - [email protected] http://biojava.org/mai

RE: [Biojava-l] sturcture.io

2005-11-29 Thread Richard HOLLAND
Combine into a single String separated with newline characters, then see java.io.StringReader - this provides a Reader, which you can then wrap in a BufferedReader. Richard Holland Bioinformatics Specialist GIS extension 8199 - This email is confidential