hhblits segmentation fault.
3
1
Entering edit mode
2.5 years ago
xinyuccyy ▴ 10

I'm running hhblits and ran into segmentation fault error. I'm not quite sure what is causing the issue. Can someone help me?

sh

hhblits -i input.fasta -o /dev/null -ohhm PROFILE.hhm -n 2 -d uniclust30_2017_04/uniclust30_2017_04 -oa3m MSA.a3m

hh-suite output

hh-suite output

gdb backtrace

gdb bt

segmentation fault hhblits • 2.6k views
ADD COMMENT
0
Entering edit mode

Very difficult to tell from the information your provided, but segmentation errors tend to be memory-related.

How much memory does your computer have? Is the input a single sequence in FASTA format? If not, are the sequences aligned? Are you using a precompiled binary (version?) or did you compile it locally? The more information you provide, the easier will be to troubleshoot it.

ADD REPLY
2
Entering edit mode
2.5 years ago
5heikki 11k

Segmentation fault is nearly always due to exhausted RAM..

ADD COMMENT
0
Entering edit mode

For anyone who might be having the same problem, my segmentation fault was due to exhausted RAM. I switched server, and it worked fine afterwards.

ADD REPLY
0
Entering edit mode
2.1 years ago
madzpr • 0

i am facing the same error. kindly tell me the max RAM capacity should be to run hhblist?

ADD COMMENT
2
Entering edit mode

The program itself requires negligible memory, so it comes down to database size you are using. I think you will need 64 Gb for any serious work, though you might get away with smaller RAM. It used to work with uniclust30 and 32 Gb, but those were earlier versions (maybe from 2016-2017). I think more recent uniclust30 versions require somewhere between 32-64 Gb.

ADD REPLY
0
Entering edit mode
2.1 years ago
madzpr • 0

Thnak you Mensur Dlakic . My ram capacity is 64Gb. As per your words i have maximum capacity but still the error remains the same.

ADD COMMENT

Login before adding your answer.

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