def __init__(self, filename): self.tabix_file_name = filename # TODO: catch TABIX exceptions self.tabix = pysam.TabixFile(filename)