Skip to content

Commit 8397eba

Browse files
committed
minor fix
1 parent 3511031 commit 8397eba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

seqchromloader/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def values(self, chrom, start, end, missing=0):
4646
return self.bw.values(chrom, start, end, missing=0.).astype(np.float32)
4747

4848
def chroms(self):
49-
return self.chroms()
49+
return self.bw.chroms()
5050

5151
def close(self):
5252
self.bw.close()

0 commit comments

Comments
 (0)