I'm working with the ferret genome (MusPutFur1.0.69) and I'm using the Ensembl GTF file. However, some of the genes do not have annotated gene names. I have gene_id's for all genes, but some are missing the gene_name attribute.
I'm using a pipeline that requires gene_names in my GTF file for all genes, so to solve this I want to use the gene_id as gene_name. Is there a simple way of parsing the GTF and adding the id as the name for all rows missing a name?
Thank you.