Blastn: no output after local alignment
1
0
Entering edit mode
4.2 years ago
tianshenbio ▴ 170

I tried to map a list of miRNAs to all mature miRNAs from mirbase. My query file is like;

>Bany_Scaf11_1015
UAGGAACUUCAUACCGUGCUCU
>Bany_Scaf5_35602
UCUUUGGUUAUCUAGCUGUAUGA
>Bany_Scaf19_11996
UGGAAGACUAGUGAUUUUGUUGUU

I downloaded all mature miRNAs and created the database using the command;

makeblastdb -in mature.fa -dbtype nucl -out mature -parse_seqids

Then I blast;

blastn -query sorted_mature.fa -db mature -num_threads 36 -outfmt 6 -out sorted_mature_out

In the end I got an empty output file with 0 hit...anything wrong with my analysis?

blast RNA-Seq RNA miRNA mirbase • 922 views
ADD COMMENT
4
Entering edit mode
4.2 years ago
Mensur Dlakic ★ 27k

Most likely your query sequences are too short for BLASTn. Try adding -task blastn-short to your command or other suggestions from here and here.

ADD COMMENT
0
Entering edit mode

Thank you! This option works well.

ADD REPLY

Login before adding your answer.

Traffic: 3458 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6