Blast hits output to fasta format ?
1
2
Entering edit mode
3.1 years ago
sunnykevin97 ▴ 980

Hi

I blasted some DNA sequences against the nucleotideDB generated hits file.

From the hitsfile how I'd I extract the blasted nucleotide fasta sequences from the alignment out file ?

 time /home/sunn/data/softwares/ncbi/ncbi-blast-2.11.0+/bin/blastn -query /home/sunn/data/softwares/evaluation/SRR363205.fasta -db /home/sunn/data/softwares/ncbi/ncbi-blast-2.11.0+/bin/nucleotideDBB/nucleotideDBB -out nucl_blastn_1align_1e-30_1_trans.txt -num_alignments 1 -evalue 1e-30 -num_threads 6 > blastn_2_trans.log
alignment assembly blast • 2.8k views
ADD COMMENT
2
Entering edit mode

If you're only interested in the aligned parts of the query sequences you could have used a custom -outfmt and include qseq there..

ADD REPLY
3
Entering edit mode
3.1 years ago

From your output file you need to parse the hit IDs (==sequence ID or name) and use that to extract those sequences from the blastDB.

to extract sequences from a blastDB you use the command blastdbcmd with the entry or entry_batch option. For more details run blastdbcmd -help in your terminal

ADD COMMENT

Login before adding your answer.

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