trouble with Install eXpress
1
0
Entering edit mode
9.1 years ago
Kurban ▴ 230

Hello everyone,

I am new at linux, but I deed to compute FPKM with eXpress (http://bio.math.berkeley.edu/eXpress/tutorial.html)

So I tried to install it based on the instruction, now I got the error could not successfully install it:

kurban@kurban-X550VC:~/Downloads/express-1.5.1-linux_x86_64/build$ cmake ..
CMake Error: The source directory "/home/kurban/Downloads/express-1.5.1-linux_x86_64" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
kurban@kurban-X550VC:~/Downloads/express-1.5.1-linux_x86_64/build$ ls
kurban@kurban-X550VC:~/Downloads/express-1.5.1-linux_x86_64/build$ cd ..
kurban@kurban-X550VC:~/Downloads/express-1.5.1-linux_x86_64$ ls
build  express  LICENSE  pezmaster31-bamtools-2d7685d  README  sample_data
kurban@kurban-X550VC:~/Downloads/express-1.5.1-linux_x86_64$ cd build/
kurban@kurban-X550VC:~/Downloads/express-1.5.1-linux_x86_64/build$ cmake ..
CMake Error: The source directory "/home/kurban/Downloads/express-1.5.1-linux_x86_64" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
kurban@kurban-X550VC:~/Downloads/express-1.5.1-linux_x86_64/build$

CMake,BamTools, BOOST all are installed. and during installing BamTools, CMake works fine.

Any suggestions would be appreciated.

eXpress • 2.1k views
ADD COMMENT
1
Entering edit mode
9.1 years ago
User 59 13k

I think you've downloaded the binaries and are following the install instructions for the source package.

The hint is in the fact there's an x86_64 in your path to eXpress. Source downloads generally don't specify the target platform.

Try:

~/Downloads/express-1.5.1-linux_x86_64/express
ADD COMMENT
0
Entering edit mode

Thank you and sorry for my ignorance.

Yes, it works fine.

ADD REPLY

Login before adding your answer.

Traffic: 1729 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6