smit kadvani

Results 3 issues of smit kadvani

looking at tests, there is a lot of boilerplate that could be reduced, and tests could be made more readable, if we could specify dtypes for functions in [core.construction ](https://github.com/open2c/bioframe/blob/main/bioframe/core/construction.py)(including...

Description: When using higlass-python, I'm aiming to display gene annotations alongside the BigWig track. Currently, I'm unable to identify any functionality that allows for the creation of a tileset which...

**Description:** When I try to load a bedfile using the following code: ```python import higlass as hg ts3 = hg.bed2ddb('Regular/H3K27ac_EA92-97_peaks.xls.bed.beddb') hg.view( hg.track("top-axis"), ts3.track("chromosome-labels"), ts3.track("horizontal-bar"), ) ``` File "/Users/smit/anaconda3/envs/3dfolding/lib/python3.11/site-packages/higlass/tilesets.py", line 46,...