It's linux.
To install boost after unzipping the tar file I used the following commands:
./bootstrap.sh
./bjam --prefix=$HOME/local install
boost library is installed in the /home/local dir.
After unzipping the tarball file of tophat, I went to the folder of tophat using cd I used ./configure --with-boost=/home/local command. But it's not getting configured as it could not find boost library and giving that error which I mentioned earlier.
Why not just use the precompiled binaries?
I have successfully used the following configuration line to specify non-typical locations of Boost and TopHat 2.x:
(formatting comes out kinda funky on here. There should be no spaces except between flag options)
John
http://bioinformatics.plantbiology.msu.edu
Thanks a lot for your help.
But after this I am getting another problem.. Its not finding bamlib though I gave the correct path to samtools using
--with-bamoption,. its giving error like this:-Again, why don't you just download the precompiled binary?
Sorry to say precompiled libraries are not getting downloaded as it is giving the following error:
These (TopHat-2.1.0) binaries, provided by TopHat developers. Just unpack, add tophat to the PATH (or call it with its full path) and you are set.
Does the computer where you are trying to install has internet connection? It is failing to get the Ubuntu packages.
I would generally avoid using you system's package manager for bioinformatics software. You can typically get binaries from the web and they'll be more up to date.