Hello Guys,
I'm having a problem converting a gff3 file format (Augustus output file) in table feature table file (.tbl) to submit contigs in Genbank. Anyone have any script that does it?
Thanks!
Hello Guys,
I'm having a problem converting a gff3 file format (Augustus output file) in table feature table file (.tbl) to submit contigs in Genbank. Anyone have any script that does it?
Thanks!
That could be done by using the EMBOSS seqret. Following are few examples:
For EMBL format conversion:
seqret -sequence test.fasta -feature -fformat gff -fopenfile test.gff -osformat embl -auto
For Genbank format conversion:
seqret -sequence test.fasta -feature -fformat gff -fopenfile test.gff -osformat genbank -auto
I hope this would be helpful.
Good luck
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Check this post on Seqanswers
Just be warned that you will still need to do a LOT of work to make the produced .TBL file have valid syntax and semantics for Genbank. It can be an exhausting process. Good luck!
Hi Rahul,
The script you mentioned is producing genbank file format and not .tbl file. Can you please comment on it? Thanks