statalign
Class StatAlign

java.lang.Object
  extended by statalign.StatAlign

public class StatAlign
extends java.lang.Object

The entry point of the application. If the program is called from command line and arguments are given, it runs in terminal mode.

If no arguments are given or launched from a jar file, it opens a main frame.

Author:
miklos, novak

Field Summary
static boolean allowVersionCheck
           
static int majorVersion
          StatAlign version data.
static int minorVersion
           
static java.lang.String version
           
static java.lang.String webPageURL
           
 
Constructor Summary
StatAlign()
           
 
Method Summary
static void main(java.lang.String[] args)
          Only method of the class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

majorVersion

public static final int majorVersion
StatAlign version data.

See Also:
Constant Field Values

minorVersion

public static final int minorVersion
See Also:
Constant Field Values

version

public static final java.lang.String version
See Also:
Constant Field Values

allowVersionCheck

public static boolean allowVersionCheck

webPageURL

public static final java.lang.String webPageURL
See Also:
Constant Field Values
Constructor Detail

StatAlign

public StatAlign()
Method Detail

main

public static void main(java.lang.String[] args)
Only method of the class. If a Fasta input file is given as argument, it runs in terminal mode (without graphical interface), otherwise it launches the main GUI of the program.

Parameters:
args - [0]: the input file name containing the sequences in Fasta format
Throws:
java.io.IOException