Geno, thank you very much for your response.
The associated paper doesn’t provide much information… they mention the kit (Ion Total RNA-Seq Kit v2.0), but there’s not a lot of detail about the adapters used. What is somewhat clear is that the researchers removed the adapters, and the data uploaded to GEO already has some level of preprocessing (I can confirm that with FastQC). However, my main question is why there is one SAMN code associated with two SRRs. As far as I understand, this is common when trying to increase sequencing depth, although I’m not sure if it’s a good idea to merge those files ¿?.
Thanks for your clarity regarding Bowtie— I was also quite confident about using it, although I’ve noticed miRDeep2 has gained a lot of popularity (and it also uses Bowtie1 internally for alignment). Maybe I could try aligning with it and bring you all an update comparing both approaches.
Indeed, after trimming, most of the reads are within the expected size range, although there are still very few reads longer than 50 nt.
22bp -- 11,213,664 reads
21bp -- 3,498,946 reads
23bp -- 3,443,761 reads
18bp -- 2,228,113 reads
Still, I find it very strange that without trimming, I get more alignments than with trimming…
Lastly, I was really surprised by your mention of converting U bases in the reference to T’s before building the index. Honestly, I hadn’t thought about that, and when I checked… my reference “mature.fa” does have U bases, but my reads have T. This blew my mind — I hadn’t considered it. Do you think this could be the reason for the terrible alignment?
I’ll try to rerun the alignment and keep you posted.