VCF file is tab-delimited according to the specification.
The following line is splitting the header line by whitespace:
https://github.com/zhanxw/checkVCF/blob/master/checkVCF.py#L194
If sample name contains space, incorrect number of columns will be counted.