Thanks for the help; the problem was that I was instantiating my RNA
sequence as an implementing class type rather than the interface type and
trying to retrieve the transcribed sequence into the class object. It
definitely helps to know that the new sequence is a view
and not a separate object,
On Tue, Oct 01, 2002 at 01:39:47PM -0400, Dave Barkan wrote:
> Hey all, new to Biojava and have two quick questions.
>
> 1) I am attempting to use the transcribe() method of the RNATools class
> and am having trouble; the program stops and outputs
> "org.biojava.bio.symbol.TranslatedSymbolList"
From: Dave Barkan [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, 2 October 2002 5:40 a.m.
> To: [EMAIL PROTECTED]
> Subject: [Biojava-l] two questions from new biojava user
>
>
> Hey all, new to Biojava and have two quick questions.
>
> 1) I am attempting to use the
Hey all, new to Biojava and have two quick questions.
1) I am attempting to use the transcribe() method of the RNATools class
and am having trouble; the program stops and outputs
"org.biojava.bio.symbol.TranslatedSymbolList" before it returns from the
method. I examined the source code of the