ABySS denovo assembly installation
2
0
Entering edit mode
8.5 years ago

Hi Dr, Vandervalk,

I like to do my denovo assembly with your AByss tool, I have installed it, but I think there is a problem in configuration as I didn't see the PATH, so may be that is the reason I couldn't execute.

I got google sparsehash as directed to have the root privilege:

wget http://google-sparsehash.googlecode.com/files/sparsehash-1.11.tar.gz

and I unpacked. Then in sparsehash-1.11 dir I downloaded AByss:

wget http://www.bcgsc.ca/downloads/abyss/abyss-1.9.0.tar.gz

Although it was connected but as didn't get response, I just downloaded ABySS in my directory:

tar -zxf /home/mydir/abyss-1.9.0.tar.gz

and I unpacked, when I see abyss-1.9.0 in the dir

Next, I compiled by going to abyss-1.9.0 dir:

./configure && make
./configure CPPFLAGS=-I/usr/local/include
./configure --enable-maxk=96 && make

I can see my bin dir, and also in bin the abyss -pe, BUT I don't see PATH.

When I try to find 'abyss-pe version', I didn't see the PATH. That means I didn't configure ABySS properly, isn't it? I would appreciate if you could help me to install and compile the program properly, so that I can run my samples.

abyss assembly • 3.6k views
ADD COMMENT
0
Entering edit mode

The URL for abyss-1.9.0 is https://github.com/bcgsc/abyss/releases/download/1.9.0/abyss-1.9.0.tar.gz - just FYI. Google would have helped there.

ADD REPLY
1
Entering edit mode
8.5 years ago
Ram 43k

To add abyss to PATH, just run:

echo 'export PATH=$PATH:/home/mydir/abyss-1.9.0/bin'  >> ~/.bash_profile
source ~/.bash_profile

Also, the homepage has detailed instructions. Why not Google first? https://github.com/bcgsc/abyss#abyss

ADD COMMENT
0
Entering edit mode

sorry Ram, did not see your answer.

ADD REPLY
0
Entering edit mode

It was almost at the exact same time, no way either of us could've known:)

ADD REPLY
1
Entering edit mode
8.5 years ago
h.mon 35k

You have to set PATH:

export PATH=/path/to/abyss:$PATH

You either use the command above each time you want to run abyss, or append it to your .bashrc file.

ADD COMMENT

Login before adding your answer.

Traffic: 2932 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