def __prep_tabix(self, path): if path not in self.readers: self.readers[path] = Tabixfile(path) return self.readers[path]