Entering edit mode
13.0 years ago
Leszek
4.2k
Are you aware of any gb2gtf converter?
Are you aware of any gb2gtf converter?
BioPerl does have a [?]bp_genbank2gff.pl[?]
You can then convert the GFF to GTF. I am not sure if there is any standardize tool that can do that because GFF can be kinda vague with its formatting. You can use BioPerl again to parse the GFF and convert it to the correct [?]GTF format[?].
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Thanks for the script! I needed a gtf file to use with RSEM and this worked wonderfully. The code is nicely annotated so that I could modify as needed.