Hi,
I aligned reads against UCSC genome using STAR, where UCSC gtf was used as reference annotation. However, I want to do quantitation of splicing event as per in ENSEML gtf file using MISO tool. In the homepage of MISO, it has been suggested to re-align the reads with the genome build prepared with ENSEMBL, in order to do so.
My question is that if only the chromosome naming convention is different between UCSC and ENSEMBL, then just by changing the chromosome name in ENSEMBL gtf file as per in UCSC should be sufficient. Why I should need to re-align the whole reads.
I will highly appreciate if someone could help me out.
I am facing the same issue using UCSC hg19, and ENSEMBL genome release 37 and STAR alignment. The format of the chromosomes in the BAM files is "chr1". I used both hg19_ensGene.gff3 and Homo_sapiens.GRCh37.65.gff with the same error above while using pe-utils function. Does removing ChrM from the BAM files help?