I got the point that fasta and gtf file was correct. In additon I will align RNA with maximum of 101bp so my Input will be like under.
STAR --runMode genomeGenerate --runThreadN 8 --genomeDir index_reference --genomeFastaFiles Mus_musculus.GRCm39.dna.primary_assembly.fa --sjdbGTFfile Mus_musculus.GRCm39.103.gtf --sjbOverhang 100
Thenks for all replies!
Hi @peru,
Yes, it looks good. You can always refer to the STAR manual, section 2.2, subsection 2.2.1. In general, you have to make sure chromosome names in your genome fasta and in your gtf are identical (chr1 vs 1). Since you got both fasta and gtf from the same source (Ensembl) and the same genome release version (CRCm39) you should be fine.
Top level file normally contains haplotypes with the genome padded out to full length for each one. In case of GRCm39 mouse
top levelfile appears to be the same asprimaryso either could be used.Primaryis safe bet.