performance
Class ReadFastaX

java.lang.Object
  extended by performance.ReadFastaX

public class ReadFastaX
extends Object

Read a FASTA file and print the length of all sequences in the file. Uses the slower biojavax implementation.

Since:
1.7
Author:
Andreas Prlic

Constructor Summary
ReadFastaX()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadFastaX

public ReadFastaX()
Method Detail

main

public static void main(String[] args)