We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fe176 commit 2537921Copy full SHA for 2537921
bigwig_loader/collection.py
@@ -173,7 +173,8 @@ def make_positions_global(
173
174
"""
175
offsets = np.array(
176
- [self.chromosome_offset_dict[chrom] for chrom in chromosomes]
+ [self.chromosome_offset_dict[chrom] for chrom in chromosomes],
177
+ dtype=np.int64,
178
)
179
return positions + offsets
180
0 commit comments