
** Version 1.1, released April 2012 **

New features:

* QCTOOL now has initial support for VCF files.
* New/renamed options for selection of SNPs: -[in|ex]clude-range, -[in|ex]cl-rsids, -[in|ex]cl-snpids, -[in|ex]cl-snps-matching.
	These replace -snp-excl-list, -snp-interval, and -snpid-filter.
	These are AND'd together to form the SNP filter, with the exception that repeated invocations of each -incl-X option are first
	combined.  Thus the command qctool -g example.gen -incl-range 06:25000000-40000000 11:0-10000000 -excl-rsids my_snps.txt
	will include all SNPs in either region that are not in the exclusion list.
* SNP filters which filter on SNP id fields (-[in|ex]clude-range, -[in|ex]cl-rsids, -[in|ex]cl-snpids, -[in|ex]cl-snps-matching)
    are now applied before the main qctool processing pipeline.  The practical consequence is that SNP exclusion lists written using
    -write-snp-excl-list do not contain the SNPs in any exclusion lists passed in.
* New option -condition-on, similar to SNPTEST's -condition_on, adds genotypic dosages to the output sample file.
* New -quantile-normalise option: quantile-normalisation of columns in the sample file.
* New -assume-chromosome option.  If this is used, QCTOOL will fill in missing chromosome values with the given one.
* New: support for multiple cohorts (by specifying -g and/or -s several times.)  SNPs are matched between cohorts using the fields
  specified by -snp-match-fields (which must include position).  If cohorts have the same alleles but they may be coded in opposite ways
	(e.g. cohort1 has "T C" and cohort2 has "C T"), use -match-alleles-to-cohort1 to flip the alleles appropriately.
* New option -sort, which sorts the output file.  Currently this works with BGEN, unzipped GEN, and unzipped VCF files.
* QCTOOL now writes a chromosome column in GEN file output by default.  This is understood by recent builds of SNPTEST but possibly not by other
    tools.  To suppress it, use -omit-chromosome.
* Change to the way the -snp-stats, -sample-stats, -write-sample-excl-list and -write-snp-excl-list options behave.
    Now each takes the name of a file to output, which must be specified.
* File output by -snp-stats has changed format slightly, removing the first column of numbers.
* QCTOOL no longer writes a log file by default: use -log to specify it.
* QCTOOL no longer has a default output sample file name.  You must specify -os whenever an output sample file is needed.
* QCTOOL now does not count lines in GEN or VCF files first.  This speeds up processing of large files.
* Fix bug where values in screen output are rounded to too low precision.

** Version 1.0, released 2008 **
- First release version.

