[Biojava-l] biojava doubts and problems

David Huen david.huen at ntlworld.com
Tue Jan 6 08:56:45 EST 2004


On Tuesday 06 Jan 2004 11:33 am, nandakumar sridharan wrote:
> any reference books available for the biojava docs and tutorials.

Please look at www.biojava.org for some material.  Follow the link there to 
"Biojava In Anger" for further useful cookbook style materials.

> GCContent .java gives exception "usage: java GCContent filename.fa" how
> to solve it
>
The above is not an exception but a Unix-style way of telling you that the 
command line format for invoking the code.

In this case, it appears to be saying you need to provide it a file in FASTA 
format:-
java GCContent <name of some file in FASTA format goes here!>

Regards,
David Huen



More information about the Biojava-l mailing list