performance
Class ReadFasta
java.lang.Object
performance.ReadFasta
public class ReadFasta
- extends Object
Read a FASTA file and print the length of all sequences in the file.
- Since:
- 1.7
- Author:
- David Huen, Andreas Prlic
Method Summary |
static void |
main(String[] args)
The program takes two args: the first is the file name of the Fasta file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadFasta
public ReadFasta()
main
public static void main(String[] args)
- The program takes two args: the first is the file name of the Fasta file.
The second is the name of the Alphabet. Acceptable names are DNA RNA or PROTEIN.
- Parameters:
args
- parameter array