Brian M. Schilder

Results 60 comments of Brian M. Schilder

If this is not something that can easily be resolved, perhaps a more descriptive error message could be produced in the meantime?

> I can't reproduce this, and this error simply occurs when the endpoint returns HTML or XML instead of JSON, likely due to an error page. I think that's the...

Hi @Jeff1995 , thanks so much for the quick reply! These are all very helpful tips. I tried setting `lambda_reg` to 0.1 and 1 as you suggested, but oddly this...

Hi @Jeff1995 , sorry for the delay, had some issues finding a way to get my data shareable. I think this should work now, but let me know if you...

Got it, thanks for clarifying!

Was just looking back at this and realized we actually have some ways of addressing this now. [`MungeSumstats`](https://github.com/neurogenomics/MungeSumstats) does some inference of what each column means (including MAF/FRQ) and standardizes...

Great! Happy to put the shell script together, will share it as soon as it's ready.

Thanks for trying to find a solution while this is broken, @jlandr! I tried installing from the older version you mentioned using a different approach but the issue seemed to...

Having very similar issues with `rtracklayer::import` on remote bigwig files when using `which=`. `parallel::mclapply(..., mc.core=1)` works fine, but `parallel::mclapply(..., mc.core=2)` does not, nor does `BioParallel:bplapply` when I register workers >1...

I'm wondering if this has something to do with repeated calls to the underlying C library that are made every time you call [import on a `bigwig` with `rtracklayer`](https://github.com/lawremi/rtracklayer/blob/2577bc8834580470e0a36e934bc906d9a04a7c31/R/bigWig.R#L240). When...