How remove gaps from gff file?
Hello
Thank you so much for reading this post. First of all, I would like to say that I am very new to this area of bioinformatics.
I would like to know what tool (preferably using Anaconda) I could use to remove gaps from a GFF file, and how I could use it properly.
Thank you very much
• 145 views
•
link
0 answers
No answers yet.
Log in to answer this question.
What do you mean by gap?
like "", "-", " ", "" or "?"
Please post a selection of the file.
head -n 20 file.gtfhi,
But this example doesn't include some of your "gaps", does it?