Skip to content

Commit

Permalink
Only genome's has_data is used...
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton authored and nsoranzo committed Jul 31, 2024
1 parent bb0df34 commit a7a93b7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/galaxy/visualization/data_providers/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,6 @@ def __init__(
self.dependencies = dependencies
self.error_max_vals = error_max_vals

def has_data(self, chrom):
"""
Returns true if dataset has data in the specified genome window, false
otherwise.
"""
raise Exception("Unimplemented Function")

def get_iterator(self, data_file, chrom, start, end, **kwargs) -> Iterator[str]:
"""
Returns an iterator that provides data in the region chrom:start-end
Expand Down

0 comments on commit a7a93b7

Please sign in to comment.