I am trying to analyse RNA-seq data and I want to use a gtf annotation file of RepeatMasker to quantify the reads, but I am finding one problem with all annotation files from UCSC RepeatMasker: every single file contain repeated sequences identifiers (transcript_id por example). I do not know how to deal with it, because I found on another post that this file does not have problems: http://hgdownload.cse.ucsc.edu/goldenPath/hg38/database/rmsk.txt.gz. However, I have tried to convert it into a valid format for featureCounts function through many ways but I have not been capable of it. I would appreciate whatever new idea or alternative.