-
Notifications
You must be signed in to change notification settings - Fork 10
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
problem with proot #2
Comments
Hi Can, I think this is related to a proot issue which was raised in: I can't reproduce the problem at the moment, but perhaps adding Cheers, |
Thank you so much! It works! |
I have the same issue...please how did you do it |
Hi all, Here is what I had to do to make MALPEM work under WSL:
Hope this helps. Thanks |
Updates for MALPEM v1.3 release. Functional: * Updated initial N4 bias correction from potentially using OTSU mask to always use complete image domain as foreground * Perform consistently two N4 bias correction (1st: N4 on full image domain, 2nd: N4 w/ mask) regardless of whether user specified a mask * Updated installer script to allow user to select among various version Reproducibility: * Fix issue #8 : Fixed itk threads to 8 to make N4 bias correction deterministic (depends on number of threads) Robustness/Compatibility: * Fix issue #9 : Ensure input image and mask have numerically same header information to avoid N4 failing, don't fail silently in case of another unexpected problem. * Fix issue #2 : Added 'export PROOT_NO_SECCOMP=1' to avoid Error 'root info: pid XXX: terminated with signal 11' * ingore_errors = True when attempting to delete temporary files when 'cleanup' flag is used Minor: * removed unused imports, cosmetics
Added This should address the problem at least for non-WSL environments. If using WSL see this issue #6 Closing this issue. |
Dear Author,
After installing it using the installer, I tried to run:
bin/malpem-proot -h
It returns:
I checked the code in malpem. I think it should print some help info. But it didn't.
Also, when I tried to run:
It also returns:
I'm not familiar with proot. I was wondering if you could help with this issue.
Thank you!
Best,
Can
The text was updated successfully, but these errors were encountered: