[Biojava-l] biojava cvs

2003-01-07 Thread Xiao Juguang
Hi guys, I have dev.open-bio.org cvs account. But I am not sure which module I should checkout. Can you explain the following modules? thanks. biodata/ biojava-acedb/ biojava-bsane/ biojava-corba/ biojava-ensembl/ biojava-exptl/ biojava-html/ biojava-lims/ biojava-live/

[Biojava-l] More tutorials

2003-01-07 Thread Schreiber, Mark
Hi - More than 40 tutorials are now available on "biojava in anger" http://bioconf.otago.ac.nz/biojava/. New topics include locations, features and GUIs Mark Schreiber PhD Bioinformatics AgResearch Invermay PO Box 50034 Mosgiel New Zealand PH: +64 3 489 9175 FAX: +64 3 489 3739 ===

Re: [Biojava-l] locating genes in a genomic sequence

2003-01-07 Thread Moses Hohman
Small correction to this: Strings can be larger than 64kB. Prior to Java 1.3, if you tried to serialize (or to do anything resulting in serialization to) a String larger than 64kB, this would result in a java.io.UTFDataFormatException. See http://java.sun.com/j2se/1.3/docs/guide/serialization/r

[Biojava-l] JBuilder cvs?

2003-01-07 Thread Russell Smithies
Has anyone managed to get JBuilder 7's cvs to grab biojava-live from the anonymous cvs repository? I spent a bit of time trying yesterday but was getting no-where. These are the settings I tried: New -> Pull project from CVS -> set up directory -> Pserver settings: server = cvs.open-bio.org, us

RE: [Biojava-l] locating genes in a genomic sequence

2003-01-07 Thread Schreiber, Mark
Hi - If you already have the SimpleGene features constructed these will contain a Location object. However, I think you are saying how can I find a subsequence in my Genomic sequence and locate the gene that way? To rapidly find exact matches you can use the biojava KnuthMorrisPrattSearch object

[Biojava-l] Anybody works with pdb and XML?

2003-01-07 Thread jon portuondo murguiondo
Hello! I am trying to convert pdb to XML. If you can help me I would be very pleased. Thank you! ___ Biojava-l mailing list - [EMAIL PROTECTED] http://biojava.org/mailman/listinfo/biojava-l

[Biojava-l] locating genes in a genomic sequence

2003-01-07 Thread Karin Lagesen
Hi! I am trying to build a small program for finding intergenic areas. This I am planning to do by locating all mRNA's in a genome and outputting all the areas inbetween. Biojava seems to be able to help with most of my tasks. However, I have a few questions. From what I have understood I can have