-
Couldn't load subscription status.
- Fork 88
Description
I'm using the latest Funnanotate, but when I reach the "funannotate predict" step I get this:
augustus: ERROR
PP::Profile: Error parsing pattern file"/sw/anaconda/2019.10/envs/funannotate-test/lib/python3.8/site-packages/funannotate/config/EOG092C0B3U.prfl", line 8.
[May 18 12:01 PM]: ERROR: augustus --proteinprofile test failed, likely a compilation error. This is required to run BUSCO, exiting.
(conda env is called funannotate-test)
which Augustus give me:
/sw/anaconda/2019.10/envs/funannotate-test/bin/augustus
So I think it's looking at the right Augustus. I tried updating Augustus, but
Updating augustus is constricted by
/ funannotate -> requires augustus==3.3.3=pl5262h5a9fe7b_6
"
So I did a "conda install augustus==3.3.3=pl5262h5a9fe7b_6 --force-reinstall" just in case, but the error persists. (curiously I have another instance of funannotate running and it worked despite some augustus errors. Also, maybe it's worth noting, that I re-installed it fresh on this new conda environment because it was the only way to go around a "Diamond repeat database was created with different version of diamond, please re-run funannotate setup" error message that never disappeared no matter what I did.)
Any suggestions?