Convert Gff3 (Augustus Output File) To Feature Table File (.Tbl) - Genbank Submit
1
2
Entering edit mode
11.5 years ago
elfeu ▴ 40

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!

gff3 • 10k views
ADD COMMENT
2
Entering edit mode

Check this post on Seqanswers

ADD REPLY
2
Entering edit mode

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!

ADD REPLY
0
Entering edit mode

Hi Rahul,

The script you mentioned is producing genbank file format and not .tbl file. Can you please comment on it? Thanks

ADD REPLY
1
Entering edit mode
6.8 years ago
Rahul Sharma ▴ 660

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

ADD COMMENT
0
Entering edit mode

This script is generating file which is never finishing and all your hard disc space in finished. I tried it on my pc first and then on external hard disc and 500 gb was not sufficient. :/

ADD REPLY
0
Entering edit mode

I am trying to do this but its not working for me. It says after sometime "Killed: 9" Can you please comment?

ADD REPLY

Login before adding your answer.

Traffic: 2934 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6