Class CheckParameters

java.lang.Object
  extended by CheckParameters

public class CheckParameters
extends java.lang.Object

This program reads in a LINKAGE parameter, checks that it is correctly foratted and then outputs the checked file. Error and warning messages are printed to the screen. The checks made by this program are made whenever data is input.

This program is effectively the first part of the CheckFormat program that checks a combination of LINKAGE parameter and pedigree files.

See my LINKAGE format page for information about the way this suite of programs uses this format.

where


Constructor Summary
CheckParameters()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckParameters

public CheckParameters()
Method Detail

main

public static void main(java.lang.String[] args)