-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sctransform: Error: node stack overflow #87
Comments
Hi, |
Hi @ChristophH I have deleted the small data so I uploaded a bit one into OneDeive (1gb) , please feel free to try it out. I have tried the data again, still the same erro. >seu <- readRDS(here("test_result/seurat_before_sct.rds"))
> seu <- SCTransform(seu, assay = "RNA", variable.features.n=500,
+ new.assay.name = "SCT", verbose = TRUE)
Calculating cell attributes from input UMI matrix: log_umi
Variance stabilizing transformation of count matrix of size 24718 by 17542
Model formula is y ~ log_umi
Get Negative Binomial regression parameters per gene
Using 2000 genes, 5000 cells
| | 0%Error: node stack overflow
Error during wrapup: node stack overflow
Error: no more error handlers available (recursive errors?); invoking 'abort' restart
> traceback()
No traceback available
> |
I cannot reproduce the error. The output I see is
I then run out of memory, but that was expected. If I pass the Which versions of Seurat and sctransform are you using? You could try updating to the develop version of sctransform ( In case it helps, here is my session info:
|
@ChristophH I have realized this could be a problem of R-project configuration.
|
Just in case someone meets this problem again. Solution: After one month of coding with Seurat, I met the problem again and had no clue why it happens(no coding even chagned). I tried an old version RStudio and the problem is gone. I am just tried of debugging into R Library any more. |
Hi.
I am doing normal Seruat data process.
I tried with a very small dataset to run
SCTransofrm
but there is always an error. I got 32 GB RAM so I do not think it is a RAM problem.If I save the Seurat object locally and then read the .rds and do
SCTransform
in other folder it works.I have been stuck in this place for days and there is not much information concerning this.
Thank you!
@ChristophH tried
traceback()
, NO traceback available.The text was updated successfully, but these errors were encountered: