Entering edit mode
6.6 years ago
jonessara770
▴
240
Hello,
I downloaded grabix from github but dont kow how to make executable or install? Please advice
https://github.com/arq5x/grabix
Thanks
It is customary to provide a link for the tool you are referring to with these type of posts. There can be multiple programs with same/similar names. Please add that information to your original post.
It's probably more appropriate to open an issue on GitHub.
I see a
Makefile
so my first guess would bemake
.But I would always suggest to install from (bio)conda.
Thanks
when running make I get this error
What OS are you compiling on? What version of gcc and binutils?
CentOS6/software/gcc/gcc-4.9.3/bin/gcc
I was able to compile on RHEL with gcc 4.8.x. So you should be able to.
What do you see with
ld -v
?What about using the bioconda method suggested by @Wouter?
Tagging: brentp