convert .fasta to .gft fomat
I have denovo assemblies from cufflinks in .gtf format and assemblies from Trinity in .fasta format. I want to merge both assemblies. How can I convert fasta to .gft format?
Thanks
• 2,500 views
•
link
2 answers
Few links that might help:
http://seqanswers.com/forums/showthread.php?t=44455
https://biostar.usegalaxy.org/p/1835/
http://bedtools.readthedocs.io/en/latest/content/tools/getfasta.html
• 0 views
•
link
You have to map your fasta on your genome using a splice aware aligner like exonerate or scipio. The aligners give you most of time as output either gtf or gff files. If it is gff it will be easy to convert it in gtf.
• 0 views
•
link
Log in to answer this question.
Are you sure that what you are doing is biologically meaningful? What's the aim of doing this?