-
Notifications
You must be signed in to change notification settings - Fork 933
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
Issue loading Vizgen data #7648
Comments
Hi there, |
Hi, This is my directory structure. I've omitted the image directory because we saved those files on our server. Setting ulimit -s unlimited before my R session did not work. After some test, I've found that updating to SeuratV5 in the Rstudio session, restarting the session and then installing the development branch does not cause this error. However, when I implemented these steps in a Dockerfile and ran the container I get the C stack usage error again. Maybe there are some dependency issues I'm not aware of.
|
yeah, the directory is fine. |
Hi, Downloading the development branch and necessary dependencies right in the Rstudio session works for now. I'm not quite sure what the issue with Docker is, but thank you for your help! I tried to specify |
what does the following prints inside R in your docker?
I assume the issue is with docker's C++ or Rcpp. |
Thank you for your help, it works now! I added Running
|
Great! glad it did work |
Thanks for using Seurat! It appears that this issue has gone stale. In an effort to keep our Issues board from getting more unruly than it already is, we’re going to begin closing out issues that haven’t had any activity since the release of v4.4.0. If this issue is still relevant we strongly encourage you to reopen or repost it, especially if you didn’t initially receive a response from us. |
Hi,
Thank you for the recent updates @alikhuseynov in order for us to load Vizgen data using parquet files. I installed the development branch and red this post #7080 to learn how to load the data correctly. I always run into a C stack usage error in Rstudio as you can see below. I tried increasing the C stack usage limit in R and when running docker, but I still get the same issue. I'm using Ubuntu 20.04.4 and should have plenty of memory.
Has anyone run into this issue before and have any advice? Thank you!
The text was updated successfully, but these errors were encountered: