jebl.evolution.align
Class AlignCommand

java.lang.Object
  extended by jebl.evolution.align.AlignCommand

public class AlignCommand
extends Object

A command line interface for the algorithms in jebl.evolution.align. Imports from FASTA files.

Author:
Richard Moir

Constructor Summary
AlignCommand()
           
AlignCommand(String sq1File, String sq2File)
           
 
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

AlignCommand

public AlignCommand()

AlignCommand

public AlignCommand(String sq1File,
                    String sq2File)
Method Detail

main

public static void main(String[] args)