Hello everyone
I am trying to install cufflinks using the following command /build_dir/cufflinks-2.2.1.Linux_x86_64$ configure --prefix=/usr/bin/samtools/to/cufflinks/install --with-boost=/usr/bin/to/boost --with-eigen=/home/shaima/build_dir/to/eigen then it run fine with no error, so when I wrote make, it gave the following error make: *** No targets specified and no makefile found. Stop
Any help or suggestion
Thanks for time
1 answer
The part '--prefix=/usr/bin/samtools/to/cufflinks/install' does not look correct - take a look at the set-up tutorial here:
http://cole-trapnell-lab.github.io/cufflinks/getting_started/#building-cufflinks
Note that you can also download the pre-compiled binary executables using this direct link: http://cole-trapnell-lab.github.io/cufflinks/assets/downloads/cufflinks-2.2.1.Linux_x86_64.tar.gz (SOURCE PAGE)
Before you then execute the cufflinks binary executable, add your copy of SAMtools to your path environmental variable, as follows: PATH=/Programs/samtools-1.3.1:$PATH
Log in to answer this question.
Repost. Did you solve the issue in the first post? If not, continue in that post before opening new ones.
Please use
ADD COMMENTorADD REPLYto answer to previous reactions, as such this thread remains logically structured and easy to follow. I have now moved your post but as you can see it's not optimal. Adding an answer should only be used for providing a solution to the question asked.saj98 : Please validate answers/comments on your (past) posts to indicate if the issue was resolved. You can also upvote/accept answers as appropriate to provide closure for the thread(s).