edu.rit.compbio.phyl.test
Class Test05
java.lang.Object
edu.rit.compbio.phyl.test.Test05
public class Test05
- extends Object
Class Test05 is a unit test program for class DnaSequenceList. The program reads a DnaSequenceList from the input file in interleaved PHYLIP format, then
prints each sequence's name and sites on a single line.
Usage: java edu.rit.compbio.phyl.test.Test05 infile
infile = Input DNA sequence list file name
|
Method Summary |
static void |
main(String[] args)
Main program. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
main
public static void main(String[] args)
throws Exception
- Main program.
- Throws:
Exception
Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark@cs.rit.edu.