Entering edit mode
4.7 years ago
sarahi_sanchez
•
0
How can I run a local blastn? I am looking in contings for a protein. I just don't know what steps to take. tblastn.exe -query seq.fas -db database
What have you tried so far? Did you read the manual? Did you build the database?
You're better off working in a linux environment. If you have access to a high-perfomance computer that will be great, if not you can use a virtual machine.
First you need to make a database using
makeblastdb
command Second, you can search your query against the database usingtblastn