Hi,
I am new to Biojava.
I have the following program, which is copied from ReadFaster2 in the
cookbook.
public static void main(String[] args) {
try {
// args[0] is nr.fasta
BufferedReader br = new BufferedReader(new FileReader(args[0]));
String for
I have just a couple of typos in my previous post.
Sorry about that.
Gem
-Original Message-
From: Gem Yang [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 30, 2005 2:30 PM
To: '[email protected]'
Subject: memory leak while reading nr.fasta
Hi,
I am new to Biojava.
I have the foll