[maker-devel] Augustus predictions within MAKER2

60 views
Skip to first unread message

Alam,Elissar

unread,
Nov 23, 2022, 11:02:39 AM11/23/22
to maker...@yandell-lab.org

Hello,

 

I ran Augustus and SNAP as part of the MAKER2 gene annotation pipeline. I would like to use the gene predictions generated by Augustus (prior to MAKER selecting the final gene model based on all ab initio predictions) for downstream analyses. Is there a way to obtain the Augustus gene predictions in gff3 format from MAKER2?

 

Thanks a million,

Elissar

Jason Stajich

unread,
Nov 25, 2022, 11:50:58 AM11/25/22
to Alam,Elissar, maker...@yandell-lab.org
After you run the gff3_merge step you can 
grep augustus final.gff > augustus.gff3 

_______________________________________________
maker-devel mailing list
maker...@yandell-lab.org
http://yandell-lab.org/mailman/listinfo/maker-devel_yandell-lab.org
--
Jason Stajich
jason....@gmail.com

Alam,Elissar

unread,
Nov 25, 2022, 11:57:41 AM11/25/22
to Jason Stajich, maker...@yandell-lab.org

Would that include all the gene models predicted by Augustus or only the ones that Maker retains after considering all ab initio gene predictions (SNAP + Augustus) and the EST evidence?

 

Thanks a lot,

Elissar

 

Sent from Mail for Windows

 

From: Jason Stajich
Sent: Friday, November 25, 2022 11:51 AM
To: Alam,Elissar
Cc: maker...@yandell-lab.org
Subject: Re: [maker-devel] Augustus predictions within MAKER2

 

[External Email]

Jason Stajich

unread,
Nov 26, 2022, 2:30:32 PM11/26/22
to Alam,Elissar, maker...@yandell-lab.org
I’d check the documentation and the raw files in the run folder if you aren’t sure but The maker consensus models will have maker in the 2nd column and the augustus will have augustus in second  column of gff (‘source’) 

You might need to adjust your grep to only take those with augustus in 2nd Col. you can do grep -P “\taugustus\t” to get those. 
--
Jason Stajich
jason....@gmail.com
Reply all
Reply to author
Forward
0 new messages