-
Notifications
You must be signed in to change notification settings - Fork 18
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
Tests fail with KMC 2.3 from Homebrew on OS X #63
Comments
I also get this error on OSX when using KMC 2.1.1, pre-compiled from here as well as the latest pull from GitHub (f090276855a3f7c0b14e9f3abc8c99d3213247b3). |
Sorry for the slow reply. This dropped off my radar... I've put in an issue for this in the KMC repo (refresh-bio/KMC/issues/12). My mac is running 10.8.5, and it works, so looks like a Mac version specific issue sometime after 10.8.5. @sdwfrost what OSX version do you have? |
Based on the hint from upstream (see link above), it might help increasing the open file limit using |
This worked for me too i.e. ulimit -n 2048; iva {options} |
The testsuite (
python3 setup.py test
) fails when using KMC 2.3 (from Homebrew) on OS X 10.11:This error is apparently from KMC itself, all the previous temporary files have length zero. All dependencies are also installed from Homebrew.
It has to be noted that the tests work fine on Linux when KMC 2.3 is used. This may be an OS X quirk.
The text was updated successfully, but these errors were encountered: