Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault with ffindex_apply -- hhmake #366

Open
jolienvanhooff opened this issue Jan 30, 2024 · 0 comments
Open

Segmentation fault with ffindex_apply -- hhmake #366

jolienvanhooff opened this issue Jan 30, 2024 · 0 comments

Comments

@jolienvanhooff
Copy link

Hi!

I was trying to make a custom HHM database based on https://github.com/soedinglab/hh-suite/wiki#building-customized-databases - 'Starting with MSAs'. However, I ran into a Segmentation fault while trying to execute the hhmake step.
I did the following:

ffindex_build -s ../asgard_clusters_msa.ff{data,index} .
cd ../
ffindex_apply asgard_clusters_msa.ff{data,index} -i asgard_clusters_a3m.ffindex -d asgard_clusters_a3m.ffdata -- hhconsensus -M 50 -maxres 65535 -i stdin -oa3m stdout -v 0
rm asgard_clusters_msa.ff*
ffindex_apply asgard_clusters_a3m.ff{data,index} -i asgard_clusters_hhm.ffindex -d asgard_clusters_hhm.ffdata -- hhmake -i stdin -o stdout -v 2 

The latter than yields 'Segmentation fault'.

Do you know what could be common errors leading to this? Probably I did something wrong but I thus far have not been able to figure out what it might be.

Thanks in advance!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant