![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem in installing mira 4 | sam789123 | Bioinformatics | 3 | 10-08-2013 05:50 AM |
Problem installing tophat | koustavpal | Bioinformatics | 1 | 11-03-2012 11:27 AM |
Euler2 installing problem | libiyagirl | Bioinformatics | 3 | 03-29-2012 05:35 PM |
tophat installing problem | deepsea | Bioinformatics | 13 | 08-17-2010 08:14 AM |
Problem installing MAQ | sam253 | Bioinformatics | 0 | 03-25-2010 01:38 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Italy Join Date: Nov 2015
Posts: 18
|
![]()
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
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 |
![]() |
![]() |
![]() |
#3 |
Member
Location: Italy Join Date: Nov 2015
Posts: 18
|
![]()
I've already installed bamtools!
|
![]() |
![]() |
![]() |
#4 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,143
|
![]()
The installer is not able to find the library from bamtools in this relative path (../bamtools/lib/libbamtools.a) from where ever you are running the installation for freebayes.
|
![]() |
![]() |
![]() |
#5 |
Senior Member
Location: bethesda Join Date: Feb 2009
Posts: 700
|
![]()
First error is no cmake.
Install cmake first. Example as root : apt-get install cmake |
![]() |
![]() |
![]() |
#6 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,143
|
![]() |
![]() |
![]() |
![]() |
Tags |
freebayes |
Thread Tools | |
|
|