Fix calldata fields such that all dimensions are included in shape
Closed this issue · 0 comments
alimanfoo commented
Currently fields like 'genotype' where there is a third dimension get stored in the h5 file as a 2 dimensional shape with a compound dtype. This complicates some reading operations. Proposed to change the vcfnpy2hdf5 script such that shape and dtype are properly preserved across input numpy arrays and h5 file.