Andrew Skelton
Andrew Skelton
Thanks for the direction. I started with question 3 (made most sense to me, and easy to implement). Running a merge in the terminal and on RStudio results in the...
Small update - I've narrowed it to 20 samples (404,327 cells) that can be successfully merged before this issue kicks in.
The logNormalise workflow successfully generates an AnchorSet for all 65 samples using `rpca` with a single reference sample. Unfortunately it crashes on the `IntegrateData` step. Same kind of error, RSession...
Hi, I've been looking at the hg38 assets, and taking noticed that a lncRNA (MALAT1, ENST00000619449) appears to be missing from annotation (Salmon Index + tx2gene map). Is this by...
Interestingly, (and something I should have included in the original post) is that `/var/run/s6/services/s6-fdholderd/supervise/control` doesn't seem to exist when starting the un-slimmed image with bash, but could be something that...
Just to echo @ankushs0128 's observations, I'm seeing the same problem from upgrading to R v4. Seems like this issue is also seen in #87 and [presto](https://github.com/immunogenomics/presto/issues/5)
I'm having the same issue coming through (and seen in #87 ), after upgrading to R 4.0.2. This error also still persists in presto. Full log below, and I tried...
@slowkow - Thanks for the questions. Hope this helps narrow the issues: - Both `glue` and `ggrepel` install without issue and libraries load without issue - Correct - No issue...
That did the trick - seems that my system had gfortran installed via brew. Removing the brew version, and installing the gfortran binaries from [r-project tools](https://cloud.r-project.org/bin/macosx/tools/gfortran-6.1.pkg), and adding that to...
I'm seeing this issue too, and wondering if anyone has a solution?