dridk / PyVCF3

A Variant Call Format reader for Python.
http://pyvcf.readthedocs.org/en/latest/index.html
Other
52 stars 9 forks source link

Resource warning while using the library due to file not being closed in parser.py #3

Open Rohan-cod opened 2 years ago

Rohan-cod commented 2 years ago

In vcf/parser.py we open filename but never close it which is causing a Resource warning while using the library. Screenshot 2021-04-12 at 10 34 04 PM

Rohan-cod commented 2 years ago

Any Update on this @dridk