This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Parsing augustus output

I have performed gene model prediction using AUGUSTUS and I want to parse the output in the from of fasta file and gff/gtf file can any one suggest?

genome annotation gene prediction

1 answer

I know it's quite late but in case somebody else has the same question. Augustus has a bunch of scripts for the postprocessing in the installation directory under augustus-x.x.x/scripts/. The basic parsing script is called getAnnoFasta.pl and takes the resulting gtf/gff as the input and outputs two files, one with nucleotide fasta (.codingseq) and the other one with protein fasta (.aa). I guess you can find other useful scripts there as well.

Log in to answer this question.