[Biojava-l] Re: [Root-l] Denied access to download directory

2003-08-15 Thread Thomas Down
On Fri, Aug 15, 2003 at 01:23:13PM +0200, Einar Andreas R?dland wrote: > Hi, > > I'm trying to download BioJava, but get 'Access forbidden!' on the > following links: > > http://biojava.org/download/ > http://www.biojava.org/download/ > http://www.biojava.org/download/binaries/ The biojav

[Biojava-l] Connecting to GenBank

2003-08-15 Thread [EMAIL PROTECTED]
Hi! I'm trying these codes (I want to connect to GenBank) ncbiDB = new NCBISequenceDB(); SequenceFormat sf = ncbiDB.getSequenceFormat(); secuencia = ncbiDB.getSequence("33653398"); sf.writeSequence(secuencia, System.out); and ncbiDB

Re: [Biojava-l] Connecting to GenBank

2003-08-15 Thread Matthew Pocock
Evening, You say you get an exception. Could you include the full stack-trace? It makes it much easier to know what may have gone wrong. Matthew --- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Hi! > > I'm trying these codes (I want to connect to > GenBank) > > ncbiDB = new