I'm new to featurecounts and sorry for this basic question,
But I can not understand any information
I try to use featurecounts to count features after alignment
featureCounts -a ../02.Annotation/test_chr.gtf -o test2 C19_test.sam -t miRNA -g Name But this is what i get

summary

I tried to search on web and found a possible reason for this problem is
"Chromosome names doesn't match my reference genome data" and -A
is a possible way to solve problem, the other one is change gtf file to match
So, how do I know chromosome name look like in my SAM file (Directly after Hisat2)
And If I have to use -A, what is this "comma delimited file including chromosome alias names" file look like (format)
Clearly there are something I missed
Please Let me know what do I miss..
Thank You