setting hhsuite problem- pls help
1
0
Entering edit mode
5.7 years ago
Xylanaser ▴ 80

Hi can someone help me ? what i must do to set hhsuite.

  1. I download files and dbs (i cant find uniprot20 ? is this needed? i downloaded scop , pdb, pfam and uniclust30)

  2. installed hhsuite from dpkg (i use ubuntu)

  3. I dont know now - how to set paths for hhsuite (i set some paths to other programs earlier , but here i cant cope :( )

can u give me advise what to do?

Best

hhsuite hhblits • 2.8k views
ADD COMMENT
2
Entering edit mode
5.7 years ago
Joe 21k

My previous answer here, might help.

It has been improved in recent versions but it can be tricky to install.

I haven't tried it this way, but it appears to be available in conda, so try installing it through that (normally super easy!).

See how you get on, at the moment your question is a bit vague. Come back to us if you have some specific errors etc.

ADD COMMENT
0
Entering edit mode

hmmm really thanks. I used conda as u said but i dont know how to set path to dbs :) i willl try just by inputin paths in terminal (hhblits -i query -db <path> ...) Im confused what to do =, but ill try later with that... thanks again

ADD REPLY
0
Entering edit mode

Try providing the path directly to one of the *.ffdata files for one of the databases using hhsearch, since it only requires a single file. hhblits, if I recall correctly, requires that you only provide the basename of the database (without any extensions) since it relies on multiple files.

For instance, try:

hhsearch -i <protein.fasta> -db /path/to/pdb/pdb70_hhm.ffdata

and see if that works.

ADD REPLY
0
Entering edit mode
  • 18:44:06.113 ERROR: Could not open file '/usr/share/hhsuite/data/context_data.crf'

almost work :) but this. I have checked this file does not exist What is in that folder : context_data.lib and cs219.lib

ADD REPLY
0
Entering edit mode

ok, it exist but in anaconda pkgs ,maybe it my fault becouse i've installed hhsuite earlier from dpkg and one of paths is wrong :(

ADD REPLY
0
Entering edit mode

Yes you will have conflicting versions now.

Judging by /usr/share/ I would guess that is a problem with the dpkg installed version.

What is the output of which -a hhsearch ?

ADD REPLY
0
Entering edit mode
  • /usr/bin/hhsearch
  • /home/mar/anaconda3/bin/hhsearch

double path

ADD REPLY
1
Entering edit mode

Try export PATH=/home/mar/anaconda3/bin/:$PATH. That should pick up the conda hhsearch before the /usr/bin one.

ADD REPLY
1
Entering edit mode

thanks for help, I solve it :) here's my solution: i've installed hhsuite from dpkg and have paths for scripts , next download / clone from git and JUST (!) set variables to hhsuite folder (because i cant find folder with all files after dpkg... ) And it works :) cheers

ADD REPLY

Login before adding your answer.

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