How can I do blast of cDNA library in single command, and stored the top 10 result in single file
2
0
Entering edit mode
8.9 years ago
tcf.hcdg ▴ 70

I have data from cDNA library. I wanted to do blast the entire library against protein database. Is there any possibiility to do blast the entire library in single run and stored the result information in separate file?

blast sequencing • 2.4k views
ADD COMMENT
0
Entering edit mode
8.9 years ago
Ram 43k

If you use stand-alone blast, it is a simple matter of storing all queries in a single FASTA file to use as the query input and either using the remote option or downloading the relevant database to run BLAST.

ADD COMMENT
0
Entering edit mode
8.9 years ago
blastx -db proteindb -out out.blast < input.fa
ADD COMMENT
0
Entering edit mode

I like how you cut to the chase

ADD REPLY

Login before adding your answer.

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