In [vcf/parser.py](https://github.com/jamescasbon/PyVCF/blob/master/vcf/parser.py) we open `filename` but never close it which is causing Resource warning while using the library. 