Entering edit mode
9.6 years ago
from the mountains
▴
250
I'd really prefer to have Delly on my Mac, but I'm having issues with the install. I downloaded via directions on this site and make all
would always get interrupted partway. I tried installing cmake and boost (through homebrew), which made the installation progress further, but not to the end. This is the error I'm at now:
/Library/Developer/CommandLineTools/usr/bin/../include/c++/v1/iterator:341:10: fatal error:
'__debug' file not found
#include <__debug>
^
1 error generated.
make[3]: *** [src/api/CMakeFiles/BamTools.dir/BamAlignment.cpp.o] Error 1
make[2]: *** [src/api/CMakeFiles/BamTools.dir/all] Error 2
make[1]: *** [all] Error 2
make: *** [.bamtools] Error 2
Your help is appreciated!
Did you try
brew install delly
?