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
Hi -
I'm not sure I fully understand the problem you describe in 1) using the
following code:
import org.biojava.bio.*;
import org.biojava.bio.seq.*;
import org.biojava.bio.seq.io.*;
import org.biojava.bio.symbol.*;
public class Transcribe {
public static void main(String[] args) throws Exce
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"