Class CheckParameters
java.lang.Object
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.
Usage : java CheckParameters < input.par > output.par
where
- input.par is the input LINKAGE parameter file.
- output.par is the checked output LINKAGE parameter file.
|
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 |
CheckParameters
public CheckParameters()
main
public static void main(java.lang.String[] args)