Class CheckFormat

java.lang.Object
  extended by CheckFormat

public class CheckFormat
extends java.lang.Object

This program reads in LINKAGE parameter and pedigree files, checks that they are readable and then outputs the checked files. Error and warning messages are printed to the screen. The checks made by this program are made whenever data is input.

See my LINKAGE format page for information about the way this suite of programs uses this format, including the difference between "pre-makeped" and standard "post-makeped" formats.

where


Constructor Summary
CheckFormat()
           
 
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

CheckFormat

public CheckFormat()
Method Detail

main

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