soedinglab / hh-suite

Remote protein homology detection suite.
https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-019-3019-7
GNU General Public License v3.0
529 stars 133 forks source link

Segmentation Fault Running HHsearch #371

Open darylrbarth opened 6 months ago

darylrbarth commented 6 months ago

Hello all! I compiled the most recent hh-suite from source and am using the pdb database from the RosettaFold-All Atom (RFAA) install (https://github.com/baker-laboratory/RoseTTAFold-All-Atom) which looks like a custom database they built that does include the _a3m.ffindex and _a3m.ffdata. RFAA also has version 3.3 of hhsearch from what I can tell, but wanted to redownload just in case. When I was running RFAA, I was getting this seg fault, so I popped out the command to run it on the new install of hh-suite.

My command is this: ../hh-suite/build/bin/hhsearch -b 50 -B 500 -z 50 -Z 500 -mact 0.05 -cpu 12 -maxmem 64 -aliw 100000 -e 100 -p 5.0 -d pdb100_2021Mar03/pdb1002021Mar03 -i 7qxr/A/t000.msa0.ss2.a3m -o 7qxr/A/t000.hhr -atab 7qxr/A/t000.atab -v 2

And my full output is this:

Segmentation fault (core dumped)

I'm on a server with the following compute specs: Dell PowerEdge R750XA dual 24-core/48-thread CPUs 512 GB RAM 2 NVIDIA Ampere A100 GPUs w/80GB onboard RAM each

Thank you so much for your help!!