After running
augustus --species=arabidopsis --strand=both --singlestrand=false --genemodel=partial --codingseq=on --protein=on --sample=100 --keep_viterbi=true --alternatives-from-sampling=true --minexonintronprob=0.2 --minmeanexonintronprob=0.5 --maxtracks=2 --exonnames=on ptg000034.fasta > augustus_ptg000034.gff
I attempted to run
perl getAnnoFasta.pl augustus_ptg000034l.gff
It produced no output. I was expecting a .aa and a .codingseq output file.
I also tried using --gff3=off thinking a similar problem as here existed.
I used the docker container built from per the instructions here
After running
augustus --species=arabidopsis --strand=both --singlestrand=false --genemodel=partial --codingseq=on --protein=on --sample=100 --keep_viterbi=true --alternatives-from-sampling=true --minexonintronprob=0.2 --minmeanexonintronprob=0.5 --maxtracks=2 --exonnames=on ptg000034.fasta > augustus_ptg000034.gffI attempted to run
It produced no output. I was expecting a
.aaand a.codingseqoutput file.I also tried using
--gff3=offthinking a similar problem as here existed.I used the docker container built from per the instructions here