Converting different annotation file formats (GTF/GFF/BED) to each other
Hello everybody,
What is the most efficient way to convert different annotation file formats to each other.
GFF --> GTF
GTF --> BED
Thanks in advance.
• 4,691 views
•
link
0 answers
No answers yet.
Log in to answer this question.
Thanks It was very helpful.
If you need to reverse the conversion (e.g. BED -> GTF), here is recently developed tool written in rust bed2gtf
now there is also bed2gff if you want to convert .bed files to .gff3 files!