Retraining Augustus for UTR
0
0
Entering edit mode
5.0 years ago
Ric ▴ 430

Hi, I used to retrain Augustus with help of BUSCO in the following way:

  1. run_BUSCO.py -i NbV1Ch07.fasta -o augustus_busco -l /assembly/busco-embryophyta_odb9/ -m geno --cpu 1 --long -sp coyote_tobacco --augustus_parameters='--progress=true'
  2. copied the files from /augustus/run_augustus_busco/augustus_output/retraining_parameters to /augustus-install-directory/config/species/BUSCO_augustus_busco_3750827137/
  3. augustus --UTR=on --gff3=on --species=BUSCO_augustus_busco_3750827137 NbV1Ch07.fasta > output.gff

Unfortunately, I received the below error message:

The file with UTR parameters for BUSCO_augustus_busco_3750827137 does not seem to exist. This likely means that the UTR model has not been trained yet for BUSCO_augustus_busco_3750827137.
augustus: ERROR
        UtrModel::readProbabilities: Couldn't open file /augustus-install-directory/config/species/BUSCO_augustus_busco_3750827137/BUSCO_augustus_busco_3750827137_utr_probs.pbl

How could I add UTR training?

Thank you in advance,

gene annotation • 1.5k views
ADD COMMENT
3
Entering edit mode

I would suggest to deactivate the UTR-prediction all together ( --UTR=off ?) . UTR prediction is notoriously difficult (read: nearly impossible). The only way to get accurate UTR assignment is through transcript mapping.

Since BUSCO is using protein info I can't really see how it could provide accurate info for UTR prediction anyway.

ADD REPLY

Login before adding your answer.

Traffic: 3443 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6