-
Notifications
You must be signed in to change notification settings - Fork 86
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
Augustus Training Error: Missing ExonModel File and UnboundLocalError in Funannotate v1.8.17 Despite Pretrained Species Use #1069
Comments
I also run this : And i got a similar error: |
hard to say - the test failure seems to be more EVM related not augustus, |
The pre-training I wonder reflects different versions of augustus - it may be that pre-trained was for an earlier version of augustus than the one you have installed now since it sounds like the exon probability file not generated. An alternative problem which the testing step is revealing, suggests augustus or something else is not really working in your install - can you test runnning augustus alone? It is reporting a version number so I assume it is partially ok. |
I'm running into the same Augustus BUSCO training error when running the test pipeline.
However, after fixing that you will likely run into the error discussed here.
Deleting intermediate data of a failed test run fixed this problem. |
per #1071 lets try to see which Augustus specific conda builds are failing. @JWDebler has two environments where one is working and the other is not, my guess is that one of the Augustus builds from conda is the issue. I develop on Mac, so I end up using a dockerized Augustus method because it's so highly sensitive to compiler issues that aren't detected in the normal build process. https://github.com/nextgenusfs/dockerized-augustus. It is highly annoying. |
Are you using the latest release?
Yes, I am using funannotate version v1.8.17, and the issue persists.
Describe the bug
While running the
funannotate predict
pipeline, I encountered an issue during the Augustus training step. Augustus fails to open thetrametes_hisurta_exon_probs.pbl
file during ab initio prediction. I tried running the pipeline with a pretrained species model as well, but the same error occurred. This pipeline worked fine with a previous version of funannotate, but with the current version, it results in the following error:Additionally, I found that the following files are present in the species folder but not the one that caused the error:
The traceback error in funannotate is:
What command did you issue?
funannotate predict -i Trametes-hirsuta-S2-contigs_masked.fasta -o prediction_trametes_1 -s "Trametes hisurta" --cpus 22
Logfiles
Here are the relevant portions from the log:
OS/Install Information
Ubuntu 20.04
Python 3.8.19
funannotate v1.8.17
Output of
funannotate check --show-versions
:The text was updated successfully, but these errors were encountered: