in-house blast DB creation
1
0
Entering edit mode
9.5 years ago
tatsu1207 ▴ 10

Hello,

I hope this command line explains what I am asking...

makeblastdb -in a.fasta -dbtype prot
head -10 a.fasta >a.part.fasta
blastx -query a.part.fasta -db ./a.fasta

I got "No hits found" .... I thought I should not see any "no hits" since I am querying a fasta file to itself.

It seems to work fine when I made it nucleotide DB and executed blastn.

Please advise,

thanks for your help and time for my stupid question.

TU

blast • 2.0k views
ADD COMMENT
3
Entering edit mode
9.5 years ago
rtliu ★ 2.2k

Use blastp for protein-protein BLAST.

ADD COMMENT
1
Entering edit mode

Sorry , I should have mentioned.

a.fasta is a DNA sequence.

Thanks,
TU

ADD REPLY
0
Entering edit mode
makeblastdb -in a.fasta -dbtype nucl
blastn -query a.part.fasta -db a.fasta

More details: BLAST Command Line Applications User Manual

ADD REPLY
0
Entering edit mode

Yes, I tested it and it works fine with blastn.

I want blastx, so that users can query their DNA and know functions

Thanks,
TU

ADD REPLY
0
Entering edit mode

Hi rtliu,

Thanks for your reply, I just realized that all I have to do is tblastx.

Thanks for your time and sorry to have bothered!!!

TU

ADD REPLY

Login before adding your answer.

Traffic: 3254 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