Command line blast database
1
0
Entering edit mode
6.0 years ago
worarado.kan ▴ 20

Dear all, I'm new for rna-seq . I have simple question. I have a local nr database formatted for blast, with makeblastdb but I'm not sure which nr I should select to run. For example; nr.57, nr.58, nr.59 .phr and pin.

For command blastx -query Trinity01052018_Echota-UP_fasta_iso_ID.fasta \ *-db /run/media/hscience/DATA_CentOS/DATABASE/db/uniPROT/nr............. * -evalue 1.0e-5 \ -query_gencode 1 \ -max_target_seqs 1 \ -num_threads 4 \ -outfmt "6 qseqid sseqid evalue stitle" \ -out Trinity01052018_Echota-UP_fasta_iso_ID_swissprot_blastx_fmt6.txt

If you have some guidance please let me know.

Thank you

RNA-Seq software error genome sequencing assembly • 1.3k views
ADD COMMENT
2
Entering edit mode
6.0 years ago
Buffo ★ 2.4k

Just write to call the complete index

-db nr
ADD COMMENT
0
Entering edit mode

Did you mean I should select the new version of nr.tar.gz , then in command line I just use -db nr ?

ADD REPLY
1
Entering edit mode

indeed, these are very large DBs and are split in smaller chunks. To use them all (as a single DB) you need to omit the numbers from the chunck names and thus only use 'nr' as Buffo said

ADD REPLY
0
Entering edit mode

Thank you for your guide

ADD REPLY

Login before adding your answer.

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