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

_______________________________________________
Biojava-l mailing list  -  [EMAIL PROTECTED]
http://biojava.org/mailman/listinfo/biojava-l

Reply via email to