Skip to content

Commit eb583d4

Browse files
authored
Merge pull request #44 from Juke34/jacusa2
add missing `close` method
2 parents 9aca52f + 4b3bcb4 commit eb583d4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/stats/site_variant_readers.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,6 @@ def read(self) -> Optional[SiteVariantData]:
234234
frequencies=frequencies,
235235
score=float(parts[JACUSA_FIELDS_INDEX["score"]])
236236
)
237+
238+
def close(self):
239+
self.file_handle.close()

0 commit comments

Comments
 (0)