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

http://neobio.sourceforge.net
NeoBio is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. NeoBio is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with NeoBio; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.