Import CNV.VCF file using Hail

Hey @biodev

You need to use .show() to show the data. .head just truncates the Matrix Table.

You might also find Filtering is really fast but show is really slow, why is that? - #2 by danking and Counting rows in hail table - #2 by danking helpful in understanding how Hail works.