Entering edit mode
6.5 years ago
Ric
▴
440
Hi, I tried to follow this instruction on how to retrain Augustus with BUSCO. I ran BUSCO:
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'
and it created a folder /augustus/run_augustus_busco/augustus_output/retraining_parameters with the following content:
BUSCO_augustus_busco_3750827137_weightmatrix.txt
BUSCO_augustus_busco_3750827137_parameters.cfg.orig1
BUSCO_augustus_busco_3750827137_parameters.cfg
BUSCO_augustus_busco_3750827137_metapars.utr.cfg
BUSCO_augustus_busco_3750827137_metapars.cgp.cfg
BUSCO_augustus_busco_3750827137_metapars.cfg
BUSCO_augustus_busco_3750827137_intron_probs.pbl
BUSCO_augustus_busco_3750827137_igenic_probs.pbl
BUSCO_augustus_busco_3750827137_exon_probs.pbl
Which file should I use to run Augustus trained with BUSCO and how the command looks like?
Thank you in advance,
Thank you. I ran BUSCO with
-sp coyote_tobaccooption. Should I have removed it and should I used a hard masked repeat assembly file for retraining Augustus?You have to run
BUSCOwith some species in the-spsetting. You should use already availableaugustus speciesin the-spsetting that is likely close to your assembly. You can't remove-spand replace it with a hard masked repeat assembly file for retrainingAugustus. The assembly you chose to runBUSCOwith isNbV1Ch07.fasta. I don't think a hard masked repeated version ofNbV1Ch07.fastawould improve results, but I have only ever runBUSCOwith unrepeat masked assemblies.Thank you. Do you know how to add UTR training?
Sorry, I don't think you can train Augustus for UTRs with BUSCO.