Skip to content
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

doHMRF on CODEX dataset in Docker environment #164

Open
huBioinfo opened this issue Dec 17, 2021 · 1 comment
Open

doHMRF on CODEX dataset in Docker environment #164

huBioinfo opened this issue Dec 17, 2021 · 1 comment

Comments

@huBioinfo
Copy link

Dear Developers,

I'm running the "doHMRF" function on the Giotto-provided CODEX spleen dataset in the Docker environment (Win10 system). But I got an error "segmentation faults" after running 1 minute. Do you have any clues on this? I searched the previous issues and found a similar one "#133". Is my error also related to "stack limit"? If so, can you help me on the configuration of the stack limit in the Windows Docker environment? Thanks a lot! BTW, I used all defaut parameters when running doHMRF.

@bernard2012
Copy link
Contributor

bernard2012 commented Dec 17, 2021

Yes. It is most likely related to stack limit issue.
The instructions provided in that issue #133 to resolve it is for Native install. I guess since you are using the docker image, you will need to execute the commands in the Docker terminal.
Did you try it, and did it give you any errors?

ulimit -s
ulimit -s 100000

After doing so, you probably want to restart R and RStudio server (if you are using that in the docker).
You can contact me at zqian@jimmy.harvard.edu if you need more info and let me know if it works. I can work with you to develop a solution that we can post on the website or update the Docker image.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants