Entering edit mode
10.2 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
Sorry , I should have mentioned.
a.fasta
is a DNA sequence.Thanks,
TU
More details: BLAST Command Line Applications User Manual
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
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