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
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
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