Skip to content

Commit

Permalink
[query] delete stale Py4JBackend/index_bgen (#14685)
Browse files Browse the repository at this point in the history
Contains dangeling reference to `pyIndexBgen`, deleted since 92e4776
  • Loading branch information
ehigham authored Sep 17, 2024
1 parent cf1f587 commit 298006c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions hail/python/hail/backend/py4j_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,6 @@ def add_liftover(self, name, chain_file, dest_reference_genome):
def remove_liftover(self, name, dest_reference_genome):
self._jbackend.pyRemoveLiftover(name, dest_reference_genome)

def index_bgen(self, files, index_file_map, referenceGenomeName, contig_recoding, skip_invalid_loci):
self._jbackend.pyIndexBgen(files, index_file_map, referenceGenomeName, contig_recoding, skip_invalid_loci)

def _parse_value_ir(self, code, ref_map={}):
return self._jbackend.parse_value_ir(
code,
Expand Down

0 comments on commit 298006c

Please sign in to comment.