-
Notifications
You must be signed in to change notification settings - Fork 40
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
[barrnap] ERROR: nhmmer failed to run #55
Comments
I am running barnap on 100's of genomes, and this error is only occurring for a few of them, which makes it seem to be input-specific, but the genome files appear to be valid. Is the error caused by a lack of usable output by nhmmer? |
It's been more than a year since Nick reported this issue and I recently encountered it too. After hours of wondering i finally looked into the tool perl code and found why; it's simply because of line 99 in the executable (in bin dir): In Nick's first caption, the file path contained the fail word - So changing just the directories or the files name that barrnap is using to avoid any of those key words used in line 99 regex in the path is going to fix the error. Definitely something that can be improved easily if a Barrnap.10 is coming |
@greboul: Thanks, that helped me figure out my problem too! In my case this error occurs whenever the infput fasta files contain the substring "error" somewhere in the filename. |
I'm getting the following error:
However, when I activate that conda env and run nhmmer myself, the run completes successfully:
The input genome fasta file contains 123 contigs, and it is a valid fasta file.
My conda env:
The text was updated successfully, but these errors were encountered: