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 NCBISequenceDB();
>             SequenceFormat sf =
> ncbiDB.getSequenceFormat();
>             secuencia =
> ncbiDB.getSequence("33653398");
>             sf.writeSequence(secuencia, System.out);
> 
> and
> 
>             ncbiDB = new NCBISequenceDB();
>             Sequence secuencia =
> ncbiDB.getSequence("33653398");
>            
> System.out.println(secuencia.seqString());
> 
> where  secuencia is a Sequence Object and ncbiDB is
> a NCBISequenceDB Object
> 
> I  obtain a BioException on
> ncbiDB.getSequence("33653398") and
> ncbiDB.getSequenceFormat().
> 
> Can somebody help me? I don't know if I'm using
> something wrong
> 
> Thanks
> Luis Ch.
> MSN: [EMAIL PROTECTED]
> [EMAIL PROTECTED]                             
> 
> _______________________________________________
> Biojava-l mailing list  -  [EMAIL PROTECTED]
> http://biojava.org/mailman/listinfo/biojava-l 

________________________________________________________________________
Want to chat instantly with your online friends?  Get the FREE Yahoo!
Messenger http://uk.messenger.yahoo.com/
_______________________________________________
Biojava-l mailing list  -  [EMAIL PROTECTED]
http://biojava.org/mailman/listinfo/biojava-l

Reply via email to