Hhpred - How To Install ?
1
2
Entering edit mode
12.6 years ago
Lukasz ▴ 20

Dear all,

I have probably easy question for you, but since I am beginner in that field I am having some troubles

I Would like to use batch version of hhpred - hhsearch on my ubuntu linux machine. I was trying couple of things but they didn't worked out. Does anybody know how to install hhsearch ? I can't find any manual which would give step-by-step instruction

• 5.4k views
ADD COMMENT
0
Entering edit mode

Please be more specific when describing problems. What, precisely, did you try and why, precisely, did it not work? Any error messages and if so, what?

ADD REPLY
2
Entering edit mode
12.6 years ago
Jonasr ▴ 120

Did you try the precompiled versions available at: ftp://toolkit.lmb.uni-muenchen.de/HHsearch/HHsearch1.5.1/?

If you don't know already, find out whether you are running a 32 or 64bit version of the os by typing into the command line

uname -a

For 64bit it should end like this: 'x86_64 GNU/Linux'.
If it ends in 'i686 GNU/Linux' use hhsearch instead of hhsearch64 in the following line. Type this into the Terminal to download the file, make it executable and execute it:

wget 'ftp://toolkit.lmb.uni-muenchen.de/HHsearch/HHsearch1.5.1/hhsearch64'
chmod +x hhsearch64
./hhsearch64

See if this works already then you don't have to compile the source.

*Edit:
You will probably want to run if from everywhere on your system. The easiest way to do this is copying the exectuable to a path that is in your $PATH variable like so:

sudo cp hhsearch64 /usr/local/bin
ADD COMMENT
0
Entering edit mode

Thank you ! it starts working now !

ADD REPLY
0
Entering edit mode

Sure, although it sounds like you are still having problems? If related feel free to ask further questions if not best accept the answer so it can be regarded as resolved by others.

ADD REPLY

Login before adding your answer.

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