compbio-UofT / medsavant

MedSavant is a search engine for genetic variants
22 stars 9 forks source link

Too many open file handles #284

Closed jvlasblom closed 10 years ago

jvlasblom commented 10 years ago

When importing a large number of VCFs, an error 'too many open file handles' can sometimes occur. Likely somewhere file handles aren't being closed properly.

jvlasblom commented 10 years ago

Annotation cursor file handles were being left open. Closing them should fix