Entering edit mode
7.2 years ago
jeevansai502
▴
10
I am creating a local blast database using blast+ command line tool ,is there any command so that i can search for a sequence in my database using accession id or name.
You can also search for / retrieve particular entries with
-entry
or-entry_batch
:But it allows me to search by accession number is there any way where i can search by name or length of sequence.
It may be possible to search the sequence by "name" (though you will need to define what you mean by that, I assume some word in the fasta header). You can't search by length (unless you had that information in your fasta headers).
But that will give me only the line containing that word not the sequence.Is there any command for that in blast+ tool.