Hello,
I want to manipulate a gtf file manually. I can do this with text editors like gedit. It works very well with small genomes like bacterial genomes but when it comes to big genomes (like human genome) It is slow and it needs high amount of memory to load the annotation file. Is there another feasible way to manipulate annotation files?
Thanks
What kind of manual manipulation are you doing ? It is not really the kind of file that we like to modify manually... I load huge genome into text editor without any problem using "sublime". I guess using "atom" it will work well too.
I use
awk
grep
from command line. You canhead
your commands before you write any files.