edu.rit.compbio.phyl.test
Class Test02

java.lang.Object
  extended by edu.rit.compbio.phyl.test.Test02

public class Test02
extends Object

Class Test02 is a unit test program for class DnaSequenceList. It reads DNA sequences from a PHYLIP-formatted input file, excises the uninformative sites, and prints the resulting DNA sequences to a PHYLIP-formatted output file. It also prints the number of state changes from the uninformative sites.

Usage: java edu.rit.compbio.phyl.test.Test02 infile outfile


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

Method Detail

main

public static void main(String[] args)
                 throws Exception
Unit test main program.

Throws:
Exception


Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.