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

VIBRANT error: could not identify Pfam HMM files in database directory. Please run VIBRANT_setup.py - After download-db #98

Open
gadieid opened this issue Sep 2, 2024 · 1 comment

Comments

@gadieid
Copy link

gadieid commented Sep 2, 2024

After download-db, and although no errors found in the VIBRANT_setup.log, the VIBRANT_run.py exit with error on missing db files.

During download-db the hmmpress certed only the .h3i file and not all other indexes (.h3f and so on) both for PFAM and VOG HMM so Vibrant_tun.py failed.

It might be related to the subprocess and parallelism

Workaround in the database directory to manually run hmmpress like this:

hmmpress VOGDB94_phage.HMM
rm VOGDB94_phage.HMM.h3i (hmmpress will not run if several of the binary files exists)
hmmpress VOGDB94_phage.HMM

@gadieid gadieid changed the title hmmpress failed to create all binaries file VIBRANT error: could not identify Pfam HMM files in database directory. Please run VIBRANT_setup.py - After download-db Sep 2, 2024
@bernt-matthias
Copy link

bernt-matthias commented Sep 10, 2024

Same here.

Workaround mentioned above works. One can simply uses hmmpress -f VOGDB94_phage.HMM (and analogous for the other two HMM files).

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

2 participants