Closed davismcc closed 6 years ago
Hi @davismcc
do you mind opening this issue in the clusterExperiment package since this is not technically zinbwave's fault :)
BTW, 25 hours sounds like a really long time for 8800 cells... how many genes? And how many cores? What value of K?
It took 13 hours for me to run zinbwave on 68k PBMCs from 10x Genomics (with K=2).
[edit: I see now that you have K=30, that might be why it takes so long... I didn't realize increasing K had this huge cost!]
Hi Davide
I've been able to run
zinbwave
on my ~8800 cell dataset after rounding estimated counts to integers. It takes a while (~25 hrs), but works well as far as I can tell.I'm now having a problem with
RSEC
(again, following the F1000 workflow). I'm running the commands below:This results in R aborting with a core dump. I'm running in an interactive cluster job with 50Gb of memory, so reaching the memory limit would be surprising, but the only regular time I've seen this sort of error is upon hitting the job memory limit.
Is that the possible explanation here, or do you think something else is going on?
Unfortunately I can't give you
sessionInfo
here, but I have had the same behaviour replicated a few times.Any suggestions would be very helpful!
Best Davis