Thank you ! it starts working now !
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
1 answer
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
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.
Log in to answer this question.
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?