Thanks. I think this was exactly the problem! I switched to the ncbi mRatBN7.2_genomic.fna as well as the ensembl Rnor_6.0.cdna.fa and minimap2 mapped it and I could also view some of the alignments in IGV for the ncbi one. I am also analyzing cDNA from mRNA.
Regarding the genomic mRat alignment, is there anyway to get the gene/protein names linked up with the output file instead of location names such as: NCXXXXX.X --> gene_1 ?
Also, would anyone happen to know which recommended setting for the minimap2 alignment should be used when going against the cdna.fa from Ensembl?
I used, -ax splice
Thanks a bunch already though :).
fyi: The code I ran that "resolved" this was:
./minimap2 -ax splice <mRatBN7.2.fna.gz> <input.fastq> > <output.sam>
and
./minimap2 -ax splice <Rnor_6.0.cdna.all.fa.gz> <input.fastq> > <output.sam>
Can you clarify which errors you had with minimap2, and the command you used there?