-----------------------------
NEW FEATURES:
* In the file loading dialog, users can now specify the code for homozygous variants. (In earlier versions this was hard-coded to '1/1' as in VCF format files.) Variants with any other entry in the genotype column are interpreted as heterozygous.
* All entry-fields which expect file numbers (e.g. the Cases and Controls in 'Gene sharing' analysis) now accept inputs of the form 'ID <id1>, <id2>, ...', where each of the words <id1>, <id2>, ... uniquely identifies a file name. Furthermore, entries of the form 'NOT ID <id1>, ...' selects all files except those identified by <id1>, ... .
Example: If the loaded files are 'C:\myfoo.csv', 'C:\foo2.csv', 'C:\bar.csv' and 'C:\bar2.csv', the following entries will all select files 1, 2 and 3:
'1, 2, 3'
'1-3'
'NOT 4'
'ID foo.csv, foo2.csv, bar.csv'
'ID my, o2, r.'
'NOT ID bar2'
BUG FIXES:
* Fixed bug in 'Gene sharing family' with compound heterozygous model: Sometimes the results would include genes with a single heterozygous variant.
* Improved handling of non-variant files
* Improved error handling to avoid crashes with bad file types
* Fixed an error in the output of the 'Table' function in 'Variant sharing'
OTHER:
* Substantially faster filtering in many cases, due to the internal order in which the filters are performed