zeneofa

Results 8 comments of zeneofa

@DmitryUlyanov I have reinstalled after doing a git pull, but I still get that message. If it helps, my matrix is very sparse [sparsity = 0.012031, Dimensions are: 2292 rows,...

sure, I can put something together :), will have to be a bit later though...

Also for the above, in bokeh, how would you add an overlay to the second axis ``` import pandas as pd import holoviews as hv from bokeh.models.renderers import GlyphRenderer from...

Thanks for the reply. I figured it out. I have some environmental configurations that caused the error. The following import and settings: ``` from jax.config import config config.update("jax_enable_x64", True) ```

cool thanks a lot. That makes sense. I was trying to figure out what the right order of operations would be (or if it matters) between using `vmap` and `make_with_state`....

Hi Brad, Thanks for the very quick reply. Getting my feet wet with variant calling atm :) I have grep'ed every possible file for a quote followed by that number,...

Hi Brad, Unfortunately I can't share the bed file, the data I am using does not belong to me and I don't have permission to share it :( Is there...

Hi Brad, Solved the problem, parsed the bed file with a python script (removing newlines and splitting the respective lines). This removed the offending item. Now however I get this:...