-- Disable genotype filtering since it doesn't work

-- Update code to name new, more general decodeSingleValue
-- Update MISSING_VALUE constants to be 0xFFFFFF80 vs. 0x00000080 as these are equivalent for a byte and handle the two complement cast from byte to int
-- Fix decoding of byte and short values which were screwing up missing values
-- Code cleanup in decoder
-- Generalize bestIntegerType function
-- Handle the encoding of boolean FLAG fields
-- Test the encoding of vectors of values
This commit is contained in:
Mark DePristo 2012-05-12 11:45:56 -04:00
parent c0c4599fe1
commit 0921c3096c

Diff Content Not Available