Hi! I wish to use Freebayes to investigate on my aligned reads about any vcs, snps and similar, so i proceeded to install this program (on ubuntu) with the code
but this is result
Do you have any idea for resolve my problem?
Thank you
Code:
git clone --recursive git://github.com/ekg/freebayes.git cd freebayes make
Code:
DETECTED_VERSION = v1.0.2-16-gd466dde CURRENT_VERSION = v1.0.2-16-gd466dde cd ../bamtools && mkdir -p build && cd build && cmake .. && make /bin/sh: 1: cmake: not found Makefile:39: set for target instuction "../bamtools/lib/libbamtools.a" failed make[1]: *** [../bamtools/lib/libbamtools.a] Error 127 make[1]: exit from directory "/home/martina/freebayes/src" Makefile:2: set for target instuction "all" failed make: *** [all] Error 2
Thank you
Comment