You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: