Since you have HTS data you should have a look to these tools to find new miRNAs: https://omictools.com/ncrna-identification-category and probably this publication: https://www.ncbi.nlm.nih.gov/pubmed/23334922
if you still want to try to blast your data I think your method is a good starting point. For your last step you will have to use an aligner such as bowtie to map them onto the genome.
What is your starting input? (small RNA-seq fastq?) and what is exactly your goal? (find new miRNAs which are not highly conserved between your specie of interest and a database?)
Hello, please post on THIS comment tread instead of adding an answer as it is difficult to follow, just hit ADD REPLY :).
Anyhow, it can be done using Blast, but I would use Bowtie due to efficiency and it being built for small reads. Also, be wary of miRBase redundancy, as some miRNAs being shorter than other for any reason (for example, IsoMiRs) will be mapped as something else and you will end up with more miRNAs than you should actually have.
Also, if you are looking for the right tool to do it, THIS PAPER should have all the answers you are looking for. Cheers and good luck! :D
Hi, you are right ... sorry for my distraction. From now on I will do that. :)
My first approach was use bowtie, but my results were worse than blastn results. Initially, the average of alignment was 10%, then I modified the parameters of bowtie to increase the aligned reads (I took into account the T/U, I preprocessed the reads and checked that the adapters were removed) and I get almost 30%. When with blastn I obtain 80%.
I used: bowtie -n1 -l8 -a (my bowtie's runs with the parameters --best --strata didn't finish ... :( ) and bowtie -v 1 -k1. I tried more but with these two I get more % of alignment. Maybe I am too stringent?
I didn't mention but I filter the miRBase for plants. I am aware of miRBase redundancy and one of my fear is that, get more miRNAs that was supposed.
Thank you for the encouragement. I need!