NeoBio API

neobio.textui
Class NeoBio

java.lang.Object
  |
  +--neobio.textui.NeoBio

public class NeoBio
extends java.lang.Object

This class is a simple command line based utility for computing pairwise sequence alignments using one of the the algorithms provided in the neobio.alignment package.

The main method takes the follwing parameters from the command line:

NeoBio <alg> <S1> <S2> [M <matrix> | S <match> <mismatch> <gap>]

Author:
Sergio A. de Carvalho Jr.

Constructor Summary
NeoBio()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main method takes parameters from the command line to compute a pairwise sequence alignment.
static void usage()
          Prints command line usage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeoBio

public NeoBio()
Method Detail

main

public static void main(java.lang.String[] args)
The main method takes parameters from the command line to compute a pairwise sequence alignment. See the class description for details.

Parameters:
args - command line arguments

usage

public static void usage()
Prints command line usage.


SourceForge.net