simpleVCFClient.py has similar problems as run.py and batchRequestClient.py (fixed in #2).
- reference genome is int, instead of str
- has batching implemented which doesn't play well with the client, which itself batches by default
- inconsistent line length, longest line is 144 char
simpleVCFClient.pyhas similar problems asrun.pyandbatchRequestClient.py(fixed in #2).