Skip to content

Commit

Permalink
replace notimplemented error with return for hg38
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesli124 committed Aug 8, 2024
1 parent 2db3754 commit b554bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/finaletoolkit/genome/gaps.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def ucsc_hg38_gap_bed(output_file: str):
output_file : str
Output path
"""
raise NotImplementedError()
return GenomeGaps.hg38().to_bed(output_file)


def _cli_gap_bed(reference_genome, output_file):
Expand Down

0 comments on commit b554bde

Please sign in to comment.