André F. Rendeiro

Results 14 issues of André F. Rendeiro

With the latest `jax=='0.4.25'` and `jaxlib=='0.4.25'` I get: ```python import nanodl # AttributeError: module 'jax.random' has no attribute 'KeyArray' ```

Maybe not an actual problem when using hichipper, but I was just using the provided [hg19 MboI restriction fragment files](https://github.com/aryeelab/hichipper/blob/master/RestrictionFragmentFiles/hg19_MboI_resfrag.bed.gz) and found something weird in it. It includes a 0-bp...

Hi, could you please elaborate on what should be in the directory given as `path` argument when running MarcoPolo? If I have a h5ad file produced with Scanpy could I...

When passing `label` to `mp.ColorMesh` or `mp.Colors` and saving as SVG I get an error: ``` ... File ~/.local/lib/python3.11/site-packages/matplotlib/text.py:797, in Text.draw(self, renderer) 793 textrenderer.draw_tex(gc, x, y, clean_line, 794 self._fontproperties, angle,...